We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b13d52 commit 01ffed7Copy full SHA for 01ffed7
Kernel/API/POSIX/sys/socket.h
@@ -61,6 +61,7 @@ extern "C" {
61
#define MSG_WAITALL 0x20
62
#define MSG_DONTWAIT 0x40
63
#define MSG_NOSIGNAL 0x80
64
+#define MSG_EOR 0x100
65
66
typedef uint16_t sa_family_t;
67
0 commit comments