diff options
Diffstat (limited to 'include/linux/socket.h')
| -rw-r--r-- | include/linux/socket.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/socket.h b/include/linux/socket.h index fe195c97a89d..f852e1afd65a 100644 --- a/include/linux/socket.h +++ b/include/linux/socket.h | |||
| @@ -253,6 +253,9 @@ struct ucred { | |||
| 253 | 253 | ||
| 254 | #define MSG_EOF MSG_FIN | 254 | #define MSG_EOF MSG_FIN |
| 255 | 255 | ||
| 256 | #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exit for file | ||
| 257 | descriptor received through | ||
| 258 | SCM_RIGHTS */ | ||
| 256 | #if defined(CONFIG_COMPAT) | 259 | #if defined(CONFIG_COMPAT) |
| 257 | #define MSG_CMSG_COMPAT 0x80000000 /* This message needs 32 bit fixups */ | 260 | #define MSG_CMSG_COMPAT 0x80000000 /* This message needs 32 bit fixups */ |
| 258 | #else | 261 | #else |
