add MSG_NOSIGNAL to libsam3.c

This commit is contained in:
eyedeekay
2024-02-18 13:05:52 -05:00
parent c8185f0ea8
commit 03954db321

View File

@ -62,6 +62,9 @@
#endif
#if defined(__APPLE__)
#ifndef MSG_NOSIGNAL
#define MSG_NOSIGNAL 0
#endif
#include <mach/mach_time.h>
uint32_t TickCount() {
uint64_t mat = mach_absolute_time();