Home
last modified time | relevance | path

Searched defs:SA_RESTART (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/diff/lib/
H A Dcmpbuf.c30 # define SA_RESTART SA_INTERRUPT macro
32 # define SA_RESTART 0 macro
/freebsd/contrib/bmake/
H A Dsigact.h60 #define SA_RESTART 2 /* re-start I/O */ macro
H A Dsigcompat.c128 # define SA_RESTART 2 macro
H A Dutil.c347 # define SA_RESTART 0 macro
/freebsd/contrib/diff/src/
H A Dsystem.h219 # define SA_RESTART SA_INTERRUPT macro
221 # define SA_RESTART 0 macro
/freebsd/sys/sys/
H A Dsignal.h377 #define SA_RESTART 0x0002 /* restart system call on signal return */ macro