Commit 9cdb5dbf authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by David S. Miller

include/linux/socket.h: Fix comment

File descriptors are always closed on exit :-)
Signed-off-by: default avatarRasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 219b5f29
...@@ -256,7 +256,7 @@ struct ucred { ...@@ -256,7 +256,7 @@ struct ucred {
#define MSG_EOF MSG_FIN #define MSG_EOF MSG_FIN
#define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */
#define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exit for file #define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_exec for file
descriptor received through descriptor received through
SCM_RIGHTS */ SCM_RIGHTS */
#if defined(CONFIG_COMPAT) #if defined(CONFIG_COMPAT)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment