diff options
Diffstat (limited to 'include/linux/socket.h')
| -rw-r--r-- | include/linux/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/socket.h b/include/linux/socket.h index 4ef98e422fd..635c2136ce3 100644 --- a/include/linux/socket.h +++ b/include/linux/socket.h | |||
| @@ -261,7 +261,7 @@ struct ucred { | |||
| 261 | #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ | 261 | #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ |
| 262 | #define MSG_MORE 0x8000 /* Sender will send more */ | 262 | #define MSG_MORE 0x8000 /* Sender will send more */ |
| 263 | #define MSG_WAITFORONE 0x10000 /* recvmmsg(): block until 1+ packets avail */ | 263 | #define MSG_WAITFORONE 0x10000 /* recvmmsg(): block until 1+ packets avail */ |
| 264 | 264 | #define MSG_SENDPAGE_NOTLAST 0x20000 /* sendpage() internal : not the last page */ | |
| 265 | #define MSG_EOF MSG_FIN | 265 | #define MSG_EOF MSG_FIN |
| 266 | 266 | ||
| 267 | #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exit for file | 267 | #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exit for file |
