[uClibc-cvs] cvs commit to uClibc/libc/sysdeps/linux/common/bits by andersen

andersen at codepoet.org andersen at codepoet.org
Sun Oct 13 01:31:30 UTC 2002


Repository: uClibc/libc/sysdeps/linux/common/bits
who:        andersen
time:       Sat Oct 12 19:31:29 MDT 2002


Log Message:

It turns out that __thread is now a gcc keyword.  We used __thread in
a few spots in our header files.  In this change I do a
    s/__thread/__thread_id/
so we no longer conflict with newer CVS versions of gcc (such as the
patched up gcc 3.2 included with RedHat 3.0).
 -Erik


Files:

changed:    sigthread.h




More information about the uClibc-cvs mailing list