diff options
Diffstat (limited to 'system/include/sys/socket.h')
-rw-r--r-- | system/include/sys/socket.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/include/sys/socket.h b/system/include/sys/socket.h index 33c10932..69bbdcaa 100644 --- a/system/include/sys/socket.h +++ b/system/include/sys/socket.h @@ -65,6 +65,11 @@ struct msghdr int msg_flags; }; +struct linger { + int l_onoff; + int l_linger; +}; + #ifdef __cplusplus } #endif |