From: Dmitry V. Levin Date: Mon, 14 Sep 2015 17:21:10 +0000 (+0000) Subject: Update F_* constants X-Git-Tag: v4.11~208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=456f41ab30a209f74b4851946e16ba0a973abf28;p=strace Update F_* constants * xlat/fcntlcmds.in: Add F_SETPIPE_SZ, F_GETPIPE_SZ, F_ADD_SEALS, and F_GET_SEALS. --- diff --git a/xlat/fcntlcmds.in b/xlat/fcntlcmds.in index 7db42221..431bd4c1 100644 --- a/xlat/fcntlcmds.in +++ b/xlat/fcntlcmds.in @@ -38,3 +38,7 @@ F_SETLEASE F_GETLEASE F_NOTIFY F_DUPFD_CLOEXEC +F_SETPIPE_SZ +F_GETPIPE_SZ +F_ADD_SEALS +F_GET_SEALS