summaryrefslogtreecommitdiff
path: root/src/backend/port/posix_sema.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Add missing includes.Tom Lane2002-05-051-1/+2
* Cope with case that SEM_FAILED is not defined (assume failure code is -1)Tom Lane2002-05-051-2/+8
* First test of Darwin port with POSIX semaphore code.Tom Lane2002-05-051-2/+4
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-0/+357