mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:47:46 +00:00
LibC: Add SCM_RIGHTS to sockets.h and caddr_t to types.h
This commit is contained in:
parent
1ec59f28ce
commit
bf809226de
2 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue