Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src
Jaromir Dolecek <jdolecek%netbsd.org@localhost> writes:
> Module Name: src
> Committed By: jdolecek
> Date: Sat Feb 15 21:11:49 UTC 2003
>
> Modified Files:
> src/distrib/sets/lists/comp: mi
> src/include: signal.h
> src/lib/libc: shlib_version
> src/lib/libc/sys: Makefile.inc
> Added Files:
> src/lib/libc/sys: sigtimedwait.2 sigtimedwait.c sigwait.c sigwaitinfo.c
>
> Log Message:
> add POSIX sigtimedwait(), sigwaitinfo(), sigwait() - wait for queued signals
>
> note these are for non-threaded programs only - libpthread will provide
> it's own thread-aware wrapper
Actually, those should be provided by librt; see the example set by
sem_*().
- Klaus
Home |
Main Index |
Thread Index |
Old Index