diff options
Diffstat (limited to 'Libraries/LibC/sys/socket.h')
-rw-r--r-- | Libraries/LibC/sys/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Libraries/LibC/sys/socket.h b/Libraries/LibC/sys/socket.h index 8f57f29085..298b863388 100644 --- a/Libraries/LibC/sys/socket.h +++ b/Libraries/LibC/sys/socket.h @@ -120,8 +120,10 @@ enum { enum { SCM_TIMESTAMP, + SCM_RIGHTS, }; #define SCM_TIMESTAMP SCM_TIMESTAMP +#define SCM_RIGHTS SCM_RIGHTS struct sockaddr_storage { sa_family_t ss_family; |