mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 14:18:16 +02:00
Apple: Define _DARWIN_C_SOURCE otherwise _XOPEN_SOURCE, _POSIX_SOURCE, or _POSIX_C_SOURCE will cause fd_mask to not be defined due to the strict namespace
This commit is contained in:
parent
05b119d78e
commit
e3035a7e6e
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ in this Software without prior written authorization from The Open Group.
|
|||
|
||||
#ifdef __APPLE__
|
||||
#define NULL_NOT_ZERO
|
||||
#define _DARWIN_C_SOURCE
|
||||
#endif
|
||||
|
||||
#ifdef __GNU__
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue