mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-06 06:48:10 +02:00
fd_mask needs to be defined on OS X, too
This commit is contained in:
parent
8be48ca399
commit
5ccc711612
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ from The Open Group.
|
|||
|
||||
#ifdef CSRG_BASED
|
||||
#include <sys/param.h>
|
||||
# if BSD < 199103
|
||||
# if BSD < 199103 || defined(__APPLE__)
|
||||
typedef long fd_mask;
|
||||
# endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue