Searched refs:bsd_signal (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | main.c | 514 #if !defined HAVE_BSD_SIGNAL && !defined bsd_signal 516 # define bsd_signal signal macro 521 bsd_signal (int sig, bsd_signal_ret_t func) in bsd_signal() function 970 if (bsd_signal (sig, fatal_error_signal) == SIG_IGN) \ in main() 971 bsd_signal (sig, SIG_IGN); \ in main() 1010 (void) bsd_signal (SIGCHLD, SIG_DFL); in main() 1013 (void) bsd_signal (SIGCLD, SIG_DFL); in main() 1548 bsd_signal (SIGCHLD, child_handler); in main() 1551 bsd_signal (SIGCLD, child_handler); in main() 1559 bsd_signal (SIGUSR1, debug_signal_handler); in main()
|
D | config.h.in | 44 /* Define to 1 if you have the `bsd_signal' function. */
|
D | configure.in | 153 bsd_signal dup2 getcwd realpath sigsetmask sigaction \
|
D | config.h.W32 | 67 /* Define to 1 if you have the `bsd_signal' function. */
|
D | ChangeLog | 2485 * configure.in (AC_CHECK_FUNCS): Add bsd_signal. 2486 * main.c (bsd_signal): New function or macro, 2488 (The bsd_signal function will be in POSIX 1003.1-200x.) 2490 (main, FATAL_SIG): Use bsd_signal instead of signal or HANDLESIG.
|
D | configure | 7320 bsd_signal dup2 getcwd realpath sigsetmask sigaction \
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | traces.0 | 687 …in:152: -1- AH_OUTPUT([HAVE_BSD_SIGNAL], [/* Define to 1 if you have the `bsd_signal\' function. */
|
D | output.0 | 7320 bsd_signal dup2 getcwd realpath sigsetmask sigaction \
|