Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use common sigthread.h | Peter S. Mazinger | 2011-03-03 | 1 | -1/+7 |
| | | | | | | | NPTL build did not use the correct bits/sigthread.h, use a common version avoiding this. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | ||||
* | sync with upstream via psm | Mike Frysinger | 2006-08-24 | 1 | -13/+13 |
| | |||||
* | sync with glibc | Mike Frysinger | 2005-11-09 | 1 | -14/+14 |
| | |||||
* | Finish up reverting NPTL | Eric Andersen | 2005-05-20 | 1 | -6/+6 |
| | |||||
* | Sync uClibc 'sigthread.h' with the latest version from glibc. | "Steven J. Hill" | 2005-05-14 | 1 | -6/+6 |
| | |||||
* | It turns out that __thread is now a gcc keyword. We used __thread in | Eric Andersen | 2002-10-13 | 1 | -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 redundancy | Eric Andersen | 2002-03-01 | 1 | -0/+38 |
and to better support each arch. This is a really big patch... -Erik |