Bug 2293 - bits/confname.h enum final value has unwanted comma
Summary: bits/confname.h enum final value has unwanted comma
Status: RESOLVED FIXED
Alias: None
Product: uClibc
Classification: Unclassified
Component: Other (show other bugs)
Version: 0.9.31
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-27 11:25 UTC by Will Moore
Modified: 2010-07-28 07:44 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!