mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-08 10:08:03 +02:00
Apple: Cleaned up some Apple definitions
This commit is contained in:
parent
c879dab58f
commit
05b119d78e
2 changed files with 2 additions and 2 deletions
|
|
@ -156,7 +156,7 @@ in this Software without prior written authorization from The Open Group.
|
|||
#endif
|
||||
|
||||
#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) \
|
||||
|| defined(__Darwin__) || defined(__DragonFly__)
|
||||
|| defined(__APPLE__) || defined(__DragonFly__)
|
||||
# ifndef CSRG_BASED
|
||||
# define CSRG_BASED
|
||||
# endif
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ from The Open Group.
|
|||
|
||||
#ifdef CSRG_BASED
|
||||
#include <sys/param.h>
|
||||
# if BSD < 199103 || defined(__APPLE__)
|
||||
# if BSD < 199103
|
||||
typedef long fd_mask;
|
||||
# endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue