mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +00:00
LibC: Add flag SO_BROADCAST so we can at least build programs that use it
This commit is contained in:
parent
a1d3f9e81e
commit
57c9f77921
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,7 @@ enum {
|
|||
SO_BINDTODEVICE,
|
||||
SO_KEEPALIVE,
|
||||
SO_TIMESTAMP,
|
||||
SO_BROADCAST,
|
||||
};
|
||||
#define SO_RCVTIMEO SO_RCVTIMEO
|
||||
#define SO_SNDTIMEO SO_SNDTIMEO
|
||||
|
@ -117,6 +118,7 @@ enum {
|
|||
#define SO_BINDTODEVICE SO_BINDTODEVICE
|
||||
#define SO_KEEPALIVE SO_KEEPALIVE
|
||||
#define SO_TIMESTAMP SO_TIMESTAMP
|
||||
#define SO_BROADCAST SO_BROADCAST
|
||||
|
||||
enum {
|
||||
SCM_TIMESTAMP,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue