summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/sysdeps/pthread/pthread.h
AgeCommit message (Expand)Author
2018-04-22linuxthreads: implement pthread_condattr_{s,g}etclock()Waldemar Brodkorb
2016-11-17libpthread: remove pthread_atfork for noMMU targetRomain Naour
2016-10-24linuxthreads: add back signal.hWaldemar Brodkorb
2016-09-19linuxthreads: Fix up pthread.h for XPG7.Leonid Lisovskiy
2016-05-18remove linuxthreads.new, rename linuxthreads.oldWaldemar Brodkorb
2015-03-13unistd.h: put getppid under XOPEN2K8Bernhard Reutner-Fischer
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2009-01-21- commentary typo fixBernhard Reutner-Fischer
2008-12-29- pthread_attr_{g,s}etstacksize would depend on SUSv3 legacy but are notBernhard Reutner-Fischer
2006-12-08finish the pthread locking cleanups. This should get things compiling againEric Andersen
2006-03-09uClibc_pthread.h wasn't ever includedPeter S. Mazinger
2006-03-05use sched_yield, not pthread_yieldMike Frysinger
2006-02-16It's not my day ..Peter S. Mazinger
2006-02-16Undo earlier change and sync new linuxthreads' guard w/ oldPeter S. Mazinger
2006-01-31initial import of latest linuxthreadsMike Frysinger
2005-11-15rename current stable linuxthreads to linuxthreads.old to prepare for import ...Mike Frysinger
2005-09-08sync with glibc and import pthread_rwlock_timed{rd,wr}lock in the processMike Frysinger
2005-09-08uClibc has pthread_attr_{get,set}stack nowMike Frysinger
2005-09-08sync misc trivial touchups from glibcMike Frysinger
2005-05-14In order to accomodate usage of either pthreads implementation, we now"Steven J. Hill"