1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 10: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:
Gunnar Beutner 2022-10-23 10:42:39 +02:00 committed by Linus Groh
parent 1b13d52a87
commit 01ffed710c

View file

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