diff options
Diffstat (limited to 'conform/data/sys/socket.h-data')
-rw-r--r-- | conform/data/sys/socket.h-data | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conform/data/sys/socket.h-data b/conform/data/sys/socket.h-data index 7cdfec530d..8796c57570 100644 --- a/conform/data/sys/socket.h-data +++ b/conform/data/sys/socket.h-data @@ -1,4 +1,4 @@ -#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG3 +#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG4 type socklen_t type sa_family_t @@ -113,7 +113,7 @@ function int setsockopt (int, int, int, const void*, socklen_t) function int shutdown (int, int) function int socket (int, int, int) function int socketpair (int, int, int, int[2]) -#if !defined XPG4 && !defined UNIX98 +#if !defined XPG42 && !defined UNIX98 function int sockatmark (int) #endif |