summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/sigthread.h
Commit message (Collapse)AuthorAgeFilesLines
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-13/+13
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Massive merge from trunk."Steven J. Hill"2005-11-181-14/+14
|
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-301-6/+6
| | | | merged, but they will be done manually.
* Sync uClibc 'sigthread.h' with the latest version from glibc."Steven J. Hill"2005-05-141-6/+6
|
* It turns out that __thread is now a gcc keyword. We used __thread inEric Andersen2002-10-131-1/+1
| | | | | | | | 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
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+38
and to better support each arch. This is a really big patch... -Erik