Home
last modified time | relevance | path

Searched refs:SIG_HDLR (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bmake/
H A Dsigcompat.c148 #ifndef SIG_HDLR
149 # define SIG_HDLR void macro
166 SIG_HDLR(*signal(int sig, SIG_HDLR(*handler)(int)))(int) in signal()
184 SIG_HDLR(*signal(int sig, SIG_HDLR(*handler)(int)))(int) in signal()
186 extern SIG_HDLR(*Signal(int, void (*)(int)))(int); in signal()
188 SIG_HDLR(*old) __P((int)); in signal()
H A Dsigaction.c193 SIG_HDLR(*oldh) (); in sigaction()
347 SIG_HDLR(*oldh) (); in sigsuspend()
370 #if !defined(SIG_HDLR)
371 #define SIG_HDLR void
374 #define SIG_ERR (SIG_HDLR (*)())-1
384 SIG_HDLR(*signal(int sig, SIG_HDLR(*handler)(int))
H A Dsigact.h34 #ifndef SIG_HDLR
35 # define SIG_HDLR void macro
50 # define SIG_ERR (SIG_HDLR (*)())-1
81 SIG_HDLR (*sa_handler)();