summaryrefslogtreecommitdiffstats
path: root/include/semaphore.h
Commit message (Collapse)AuthorAgeFilesLines
* 'pthread.h' is not the only file that needs to be symlinked. When NPTL gets ↵"Steven J. Hill"2005-09-211-88/+0
| | | | merged, you will need to do 'semaphore.h' and 'bits/pthreadtypes.h'. I think I have been a good little boy and keeping my NPTL changes out of mainline, so I'm going to go ahead and cross the line this once to get this change in.
* Finish up reverting NPTLEric Andersen2005-05-201-0/+88
|
* In order to accomodate usage of either pthreads implementation, we now"Steven J. Hill"2005-05-141-88/+0
| | | | | | | 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.
* Major update for pthreads, based in large part on improvementsEric Andersen2003-02-271-14/+22
| | | | | from glibc 2.3. This should make threads much more efficient. -Erik
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-201-0/+80
glibc 2.1.3 and ported to work with uClibc by Stefan Soucek and Erik Andersen (me). Stefan has hacked things up such that linuxthreads runs on MMU-less systems (tested only on arm-nommu). Erik cleaned things up and made it work properly as a shared library. -Erik