Ticket #47833: patch-compat-sigaltstack.diff

File patch-compat-sigaltstack.diff, 390 bytes (added by harciga, 9 years ago)
  • src/os_unix.c

     
    1818 * changed beyond recognition.
    1919 */
    2020
     21#if defined(__APPLE__)
     22#include <AvailabilityMacros.h>
     23#endif
     24
    2125/*
    2226 * Some systems have a prototype for select() that has (int *) instead of
    2327 * (fd_set *), which is wrong. This define removes that prototype. We define