diff options
Diffstat (limited to 'system/include/sys/socket.h')
-rw-r--r-- | system/include/sys/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/sys/socket.h b/system/include/sys/socket.h index e3cf3f13..835e1ac7 100644 --- a/system/include/sys/socket.h +++ b/system/include/sys/socket.h @@ -72,7 +72,7 @@ struct linger { int l_linger; }; -#define SIOCATMARK 1 +#define SIOCATMARK 0x8905 #ifdef __cplusplus } |