Home
last modified time | relevance | path

Searched refs:SA_RESTART (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Dtimeout.c71 #ifndef SA_RESTART
72 # define SA_RESTART 0 macro
387 sa.sa_flags = SA_RESTART; /* Restart syscalls if possible, as that's in install_sigchld()
403 sa.sa_flags = SA_RESTART; /* Restart syscalls if possible, as that's in install_cleanup()
Dls.c79 #ifndef SA_RESTART
80 # define SA_RESTART 0 macro
1606 act.sa_flags = SA_RESTART; in signal_setup()