summaryrefslogtreecommitdiffstats
path: root/tools/regression/posixsem2/semtest.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove dot at the end of errx() message.kib2010-03-141-1/+1
| | | | | Noted by: bde MFC after: 3 days
* Adjust style, fix typo, do not print errno because it is meaningless there.kib2010-03-141-1/+2
| | | | | | This test fails for now. MFC after: 3 days
* Don't forget to use fourth argument if O_CREAT is set in argument oflag.davidxu2010-01-071-2/+2
| | | | The fourth specifies initial value for the semaphore.
* Add test code for POSIX semaphore implementation.davidxu2010-01-051-0/+101
OpenPOWER on IntegriCloud