lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <54CE16F9.7030706@sandisk.com> Date: Sun, 01 Feb 2015 13:07:21 +0100 From: Bart Van Assche <bart.vanassche@...disk.com> To: "David S. Miller" <davem@...emloft.net>, Stephen Rothwell <sfr@...b.auug.org.au> CC: netdev@...r.kernel.org Subject: [PATCH] fcntl.h: Fix a typo In the source file fs/fcntl.c and also in the fcntl() man page one can see that the FD_CLOEXEC flag can be manipulated via F_GETFD and F_SETFD. Update the comment in <fcntl.h> accordingly. Signed-off-by: Bart Van Assche <bart.vanassche@...disk.com> Cc: Stephen Rothwell <sfr@...b.auug.org.au> --- include/uapi/asm-generic/fcntl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/asm-generic/fcntl.h b/include/uapi/asm-generic/fcntl.h index e063eff..584fa2b 100644 --- a/include/uapi/asm-generic/fcntl.h +++ b/include/uapi/asm-generic/fcntl.h @@ -157,7 +157,7 @@ struct f_owner_ex { __kernel_pid_t pid; }; -/* for F_[GET|SET]FL */ +/* for F_[GET|SET]FD */ #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ /* for posix fcntl() and lockf() */ -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists