summaryrefslogtreecommitdiffstats
path: root/semaphore.c
Commit message (Collapse)AuthorAgeFilesLines
* Prepare the tree for conversion to autoconf.Martin Nagy2009-03-301-108/+0
| | | | All source files are now moved to src/ and the old Makefile is removed.
* Few small changes for semaphore.c and util.h.Martin Nagy2009-01-141-3/+4
| | | | | Add a ZERO_PTR() macro in util.h. semaphore_destroy() will now ignore NULL pointers.
* Initial import.Martin Nagy2008-12-101-0/+107
The driver for now only prints the argument list and then fails.