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
commit 01ffed710c
Notes: sideshowbarker 2024-07-17 11:34:34 +09:00

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;