AP_HAL: fixed build without MSG_NOSIGNAL

for older MacOSX
This commit is contained in:
Andrew Tridgell 2023-12-30 08:29:23 +11:00
parent 319202a233
commit 7b5b1ba59f

View File

@ -29,6 +29,10 @@
#define CALL_PREFIX(x) ::x #define CALL_PREFIX(x) ::x
#endif #endif
#ifndef MSG_NOSIGNAL
#define MSG_NOSIGNAL 0
#endif
/* /*
constructor constructor
*/ */