summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old/ptfork.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 bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.Khem Raj2008-10-111-1/+49
| | | | | Thank you Chase Douglas for reporting it and for the patch.
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-1/+1
|
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-1/+1
|
* prototypes for threads tooPeter S. Mazinger2006-01-261-1/+2
|
* make use of the internals provided earlierPeter S. Mazinger2006-01-251-4/+4
|
* use __typeof for all __libc_x prototypes, do not need __sigaction/__vforkPeter S. Mazinger2006-01-241-2/+1
|
* fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger2006-01-241-5/+5
|
* Remove all trailing ; after *_alias and change 2 to use weak_alias instead ↵Peter S. Mazinger2005-12-161-2/+2
| | | | of __attribute__ ...
* rename current stable linuxthreads to linuxthreads.old to prepare for import ↵Mike Frysinger2005-11-151-0/+126
of latest glibc version