[Bug 2293] New: bits/confname.h enum final value has unwanted comma

bugzilla at busybox.net bugzilla at busybox.net
Tue Jul 27 11:25:00 UTC 2010


https://bugs.busybox.net/show_bug.cgi?id=2293

           Summary: bits/confname.h enum final value has unwanted comma
           Product: uClibc
           Version: 0.9.31
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: unassigned at uclibc.org
        ReportedBy: will.moore at beran.co.uk
                CC: uclibc-cvs at uclibc.org
   Estimated Hours: 0.0


/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.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list