mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 17:04:59 +00:00
Kernel: Add support for the MSG_WAITALL sys$recvmsg flag
This commit is contained in:
parent
5514d60d8d
commit
e521ffd156
3 changed files with 22 additions and 10 deletions
|
@ -53,6 +53,7 @@ extern "C" {
|
|||
#define MSG_PEEK 0x4
|
||||
#define MSG_OOB 0x8
|
||||
#define MSG_DONTROUTE 0x10
|
||||
#define MSG_WAITALL 0x20
|
||||
#define MSG_DONTWAIT 0x40
|
||||
|
||||
typedef uint16_t sa_family_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue