summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits/sigthread.h
AgeCommit message (Collapse)Author
2006-08-24sync with upstream via psmMike Frysinger
2005-11-09sync with glibcMike Frysinger
2005-05-20Finish up reverting NPTLEric Andersen
2005-05-14Sync uClibc 'sigthread.h' with the latest version from glibc."Steven J. Hill"
2002-10-13It turns out that __thread is now a gcc keyword. We used __thread inEric Andersen
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
2002-03-01Major rework of the include files to eliminate redundancyEric Andersen
and to better support each arch. This is a really big patch... -Erik