Skip to content

Commit 01ffed7

Browse files
gunnarbeutnerlinusg
authored andcommitted
Kernel: Add definition for MSB_EOR
None of the protocols we support at the moment use this, but it makes boost happy.
1 parent 1b13d52 commit 01ffed7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Kernel/API/POSIX/sys/socket.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ extern "C" {
6161
#define MSG_WAITALL 0x20
6262
#define MSG_DONTWAIT 0x40
6363
#define MSG_NOSIGNAL 0x80
64+
#define MSG_EOR 0x100
6465

6566
typedef uint16_t sa_family_t;
6667

0 commit comments

Comments
 (0)