Bug 2293

Summary: bits/confname.h enum final value has unwanted comma
Product: uClibc Reporter: Will Moore <will.moore>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: uclibc-cvs
Priority: P5    
Version: 0.9.31   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Will Moore 2010-07-27 11:25:00 UTC
/libc/sysdeps/linux/common/bits/confname.h line 530 has
 _SC_THREAD_ROBUST_PRIO_PROTECT,
when it should be
 _SC_THREAD_ROBUST_PRIO_PROTECT

As a final value in an enum gcc coughs at the comma.  Looking at the git tree online this is still present though I tripped over it when using uclibc 0.9.31 as a part of buildroot2010.05.
Comment 1 Bernhard Reutner-Fischer 2010-07-28 07:44:02 UTC
Fixes as 4e38c284bc8b3bff95543f246f3e0d3ee5a045ab. Thanks!