From 71db69869e82cce9af00f8660c6e867936b19212 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 4 May 2020 09:21:34 +0200 Subject: sys/linux: mark some ioctls as disabled Mark ioctls we disable in init.go as disabled. Update #477 Update #502 --- sys/linux/sys_ppc64le.const | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/linux/sys_ppc64le.const') diff --git a/sys/linux/sys_ppc64le.const b/sys/linux/sys_ppc64le.const index efddafe61..bc2c1ec9e 100644 --- a/sys/linux/sys_ppc64le.const +++ b/sys/linux/sys_ppc64le.const @@ -458,7 +458,6 @@ SIG_BLOCK = 0 SIG_SETMASK = 2 SIG_UNBLOCK = 1 SNAPSHOT_FREEZE = 536883969 -SNAPSHOT_UNFREEZE = 536883970 SPLICE_F_GIFT = 8 SPLICE_F_MORE = 4 SPLICE_F_MOVE = 1 -- cgit mrf-deployment