mach.h 169 B

1234567891011
  1. #ifndef _MACH_H
  2. #define _MACH_H
  3. #include <time.h>
  4. #include <mach/mach_time.h>
  5. // MacOS doesn't support the flag MSG_NOSIGNAL
  6. #define MSG_NOSIGNAL SO_NOSIGPIPE
  7. #endif