summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads/sysdeps/pthread/pthread.h
Commit message (Collapse)AuthorAgeFilesLines
* sync with glibc and import pthread_rwlock_timed{rd,wr}lock in the processMike Frysinger2005-09-081-11/+9
|
* uClibc has pthread_attr_{get,set}stack nowMike Frysinger2005-09-081-5/+1
|
* sync misc trivial touchups from glibcMike Frysinger2005-09-081-15/+19
|
* In order to accomodate usage of either pthreads implementation, we now"Steven J. Hill"2005-05-141-0/+707
have to create symbolic links for 'semaphore.h' and 'pthread.h' which will point to the proper pthreads directory. When we finish getting NPTL working with uClibc, perhaps we can merge them, but a first glance at the differences between the two does not make that very likely.