From 456f41ab30a209f74b4851946e16ba0a973abf28 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 14 Sep 2015 17:21:10 +0000 Subject: [PATCH] Update F_* constants * xlat/fcntlcmds.in: Add F_SETPIPE_SZ, F_GETPIPE_SZ, F_ADD_SEALS, and F_GET_SEALS. --- xlat/fcntlcmds.in | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.50.1