summaryrefslogtreecommitdiff
path: root/source4/lib/replace/system/wait.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r22827: Change license to LGPL (discussed with tridge).Jelmer Vernooij1-12/+17
(This used to be commit 1193c759622edd9e6843d9b7f53d9532748ce8a0)
2007-10-10r20930: use sigaction() instead of signal()Andrew Tridgell1-0/+4
add support for sa_flags argument to event_add_signal(). These are passed to sigaction(). Special handling is provided for SA_RESETHAND (which tells the event system to remove the handler after the signal) and SA_SIGINFO which allows the siginfo structure to be received per signal (This used to be commit 1bb10b6cf7d717ad21834e73a4ca4b22b5fb6f0a)
2007-10-10r20816: merge from samba3:Stefan Metzmacher1-0/+4
include setjmp.h via system/wait.h metze (This used to be commit 1b10cbb62950693760d4af6ab8691a4ba70908c9)
2007-10-10r18146: we need signal.h in some placesAndrew Tridgell1-0/+2
(This used to be commit f226645d73c85011fea32a9b6e26eb41dd2c4336)
2007-10-10r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell1-0/+37
isolation of our portability environment from the main code, and also simplifies the includes system (no separate #ifdef _SAMBA_BUILD for tdb. ldb etc now) (This used to be commit 77d1a468e06290aba789e2f3affc769fc5159a21)