Ticket #10920: src-os_unix.c.diff
File src-os_unix.c.diff, 499 bytes (added by IngmarStein@…, 18 years ago) |
---|
-
src/os_unix.c
old new 721 721 if (signal_stack != NULL) 722 722 { 723 723 # ifdef HAVE_SIGALTSTACK 724 # ifdef __APPLE__725 /* missing prototype. Adding it to osdef?.h.in doesn't work, because726 * "struct sigaltstack" needs to be declared. */727 extern int sigaltstack __ARGS((const struct sigaltstack *ss, struct sigaltstack *oss));728 # endif729 724 730 725 # ifdef HAVE_SS_BASE 731 726 sigstk.ss_base = signal_stack;