mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:04:59 +00:00
LibC: Define MSG_OOB
This commit is contained in:
parent
7f4a1bc11e
commit
e483de93ce
2 changed files with 2 additions and 0 deletions
|
@ -502,6 +502,7 @@ struct pollfd {
|
|||
#define MSG_TRUNC 0x1
|
||||
#define MSG_CTRUNC 0x2
|
||||
#define MSG_PEEK 0x4
|
||||
#define MSG_OOB 0x8
|
||||
#define MSG_DONTWAIT 0x40
|
||||
|
||||
#define SOL_SOCKET 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue