Ticket #10920: src-os_unix.c.diff

File src-os_unix.c.diff, 499 bytes (added by IngmarStein@…, 17 years ago)

Missing patch

  • src/os_unix.c

    old new  
    721721    if (signal_stack != NULL)
    722722    {
    723723# ifdef HAVE_SIGALTSTACK
    724 #  ifdef __APPLE__
    725         /* missing prototype.  Adding it to osdef?.h.in doesn't work, because
    726          * "struct sigaltstack" needs to be declared. */
    727         extern int sigaltstack __ARGS((const struct sigaltstack *ss, struct sigaltstack *oss));
    728 #  endif
    729724
    730725#  ifdef HAVE_SS_BASE
    731726        sigstk.ss_base = signal_stack;