mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +00:00
Kernel: Add definition for MSB_EOR
None of the protocols we support at the moment use this, but it makes boost happy.
This commit is contained in:
parent
1b13d52a87
commit
01ffed710c
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ extern "C" {
|
|||
#define MSG_WAITALL 0x20
|
||||
#define MSG_DONTWAIT 0x40
|
||||
#define MSG_NOSIGNAL 0x80
|
||||
#define MSG_EOR 0x100
|
||||
|
||||
typedef uint16_t sa_family_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue