1
Fork 0
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:
Jelle Raaijmakers 2021-06-04 01:47:51 +02:00 committed by Andreas Kling
parent 7f4a1bc11e
commit e483de93ce
2 changed files with 2 additions and 0 deletions

View file

@ -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