From ba18b40ca3ec5a7fcbd9a0abed1d54e33b36b720 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 24 Oct 2024 14:19:37 +0200 Subject: sys/linux: regenerate descriptions Regenerate descriptions on kernel commit 715ca9dd687f89ddaac8ec8ccb3b5e5a30311a99. --- sys/linux/binfmt.txt.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/binfmt.txt.const') diff --git a/sys/linux/binfmt.txt.const b/sys/linux/binfmt.txt.const index e9acd5aad..9e4e6fa71 100644 --- a/sys/linux/binfmt.txt.const +++ b/sys/linux/binfmt.txt.const @@ -11,6 +11,8 @@ ET_DYN = 3 ET_EXEC = 2 NMAGIC = 264 OMAGIC = 263 +O_RDWR = 2 +O_WRONLY = 1 PT_DYNAMIC = 2 PT_GNU_STACK = 1685382481 PT_INTERP = 3 -- cgit mrf-deployment