OSDN Git Service

Quick implementation of sigwait. Doesn't handle thread cancelation
authorEric Andersen <andersen@codepoet.org>
Fri, 3 Oct 2003 01:17:36 +0000 (01:17 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 3 Oct 2003 01:17:36 +0000 (01:17 -0000)
commitdffe7a72fb3eb1f3012b25c5fa57f2ac182f051b
tree88ba99e23699d5378521a10945ceeb763b10e18a
parenta137c99709e7069daad9a164d28a3bdd293be597
Quick implementation of sigwait.  Doesn't handle thread cancelation
yet, but should work...
libc/signal/Makefile
libc/signal/sigwait.c [new file with mode: 0644]