* cpp_err_symbols.in: Renamed from cpp_err_symbols, to avoid
make's implicit cpp_err_symbols: cpp_err_symbols.c rule. * cpp_sig_symbols.in: Renamed from cpp_sig_symbols. * Makefile.am (check_errnos, check_signals, cpp_sig_symbols.c, cpp_err_symbols.c): Corresponding changes. * Makefile.in: Regenerated.
This commit is contained in:
parent
708bf0f343
commit
a0e90145a3
4 changed files with 182 additions and 22 deletions
34
libguile/cpp_sig_symbols.in
Normal file
34
libguile/cpp_sig_symbols.in
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
SIGABRT
|
||||
SIGALRM
|
||||
SIGBUS
|
||||
SIGCHLD
|
||||
SIGCLD
|
||||
SIGCONT
|
||||
SIGFPE
|
||||
SIGHUP
|
||||
SIGILL
|
||||
SIGINT
|
||||
SIGIO
|
||||
SIGIOT
|
||||
SIGKILL
|
||||
SIGPIPE
|
||||
SIGPOLL
|
||||
SIGPROF
|
||||
SIGPWR
|
||||
SIGQUIT
|
||||
SIGSEGV
|
||||
SIGSTKFLT
|
||||
SIGSTOP
|
||||
SIGTERM
|
||||
SIGTRAP
|
||||
SIGTSTP
|
||||
SIGTTIN
|
||||
SIGTTOU
|
||||
SIGUNUSED
|
||||
SIGURG
|
||||
SIGUSR1
|
||||
SIGUSR2
|
||||
SIGVTALRM
|
||||
SIGWINCH
|
||||
SIGXCPU
|
||||
SIGXFSZ
|
||||
Loading…
Add table
Add a link
Reference in a new issue