summaryrefslogtreecommitdiff
path: root/lib/libpthread/include/semaphore.h
AgeCommit message (Expand)Author
2013-03-26needs sys/cdefs.h because a case has been found where it is pulledTheo de Raadt
2013-03-24SEM_VALUE_MAX belongs in <limits.h> (via sys/syslimits.h)Philip Guenther
2013-03-24machine/limits.h does not contain everything this file wants. It wantsTheo de Raadt
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-07-11sem_timedwait() needs the struct timespec tag to be pre-declared here.Philip Guenthe
2012-03-03Add sem_timewait() and fix sem_wait()'s handling of signals, soPhilip Guenthe
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-18tab vs. spacesFederico G. Schwindt
2002-01-18From FreeBSD: header for POSIX 1003.1b semaphores.Federico G. Schwindt