From 6deb6153100d00ca8afcbd776a401bbf09f49d65 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 28 Dec 2017 19:16:42 +0100 Subject: sys/linux: fix some copy-paste errors --- sys/linux/sys_arm64.const | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/linux/sys_arm64.const') diff --git a/sys/linux/sys_arm64.const b/sys/linux/sys_arm64.const index 7c9b578ce..bd47a4850 100644 --- a/sys/linux/sys_arm64.const +++ b/sys/linux/sys_arm64.const @@ -133,6 +133,7 @@ F_GETOWN_EX = 16 F_GETPIPE_SZ = 1032 F_GETSIG = 11 F_GET_FILE_RW_HINT = 1037 +F_GET_RW_HINT = 1035 F_GET_SEALS = 1034 F_NOTIFY = 1026 F_OWNER_PGRP = 2 @@ -152,6 +153,8 @@ F_SETOWN = 8 F_SETOWN_EX = 15 F_SETPIPE_SZ = 1031 F_SETSIG = 10 +F_SET_FILE_RW_HINT = 1038 +F_SET_RW_HINT = 1036 F_UNLCK = 2 F_WRLCK = 1 GRND_NONBLOCK = 1 -- cgit mrf-deployment