summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/attr.c
Commit message (Collapse)AuthorAgeFilesLines
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* - fix typo in r24594Bernhard Reutner-Fischer2009-01-121-2/+2
|
* - pthread_attr_{g,s}etstacksize would depend on SUSv3 legacy but are notBernhard Reutner-Fischer2008-12-291-0/+2
| | | | implemented anyway.
* heed compiler warnings about checking non-defined variables in #if directivesDenis Vlasenko2008-12-141-1/+1
|
* Add hidden symbols for a number of pthread functions, and use them to ensureBernd Schmidt2007-11-221-0/+26
| | | | | that all entries in the __pthread_functions point to functions within libpthread, not identically-named functions in libc.
* Don't use __getpid/__getpagesizePeter S. Mazinger2006-01-241-3/+2
|
* Remove HAVE_ELFPeter S. Mazinger2006-01-191-1/+1
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-2/+1
| | | | missing headers, other jump relocs removed
* kill off minor unused warningsMike Frysinger2005-12-271-1/+1
|
* rename current stable linuxthreads to linuxthreads.old to prepare for import ↵Mike Frysinger2005-11-151-0/+214
of latest glibc version