projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
219b5f2
)
include/linux/socket.h: Fix comment
author
Rasmus Villemoes
<linux@rasmusvillemoes.dk>
Wed, 5 Nov 2014 20:44:27 +0000
(21:44 +0100)
committer
David S. Miller
<davem@davemloft.net>
Wed, 5 Nov 2014 20:52:45 +0000
(15:52 -0500)
File descriptors are always closed on exit :-)
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/socket.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/socket.h
b/include/linux/socket.h
index ec538fc287a66000f7ce357f4bfe8012223acc26..bb9b83640070f4a366a8ca67f56495f07aaa7830 100644
(file)
--- a/
include/linux/socket.h
+++ b/
include/linux/socket.h
@@
-256,7
+256,7
@@
struct ucred {
#define MSG_EOF MSG_FIN
#define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */
-#define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_ex
it
for file
+#define MSG_CMSG_CLOEXEC 0x40000000 /* Set close_on_ex
ec
for file
descriptor received through
SCM_RIGHTS */
#if defined(CONFIG_COMPAT)