Skip to content

Commit

Permalink
Kernel: Add definition for MSB_EOR
Browse files Browse the repository at this point in the history
None of the protocols we support at the moment use this, but it makes
boost happy.
  • Loading branch information
gunnarbeutner authored and linusg committed Oct 24, 2022
1 parent 1b13d52 commit 01ffed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kernel/API/POSIX/sys/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 01ffed7

Please sign in to comment.