From d6f72aa4a6e5ce53a9f62ebc6026e1e928d1b411 Mon Sep 17 00:00:00 2001 From: michalbiesek Date: Sun, 20 Aug 2023 11:49:58 +0200 Subject: [PATCH] Extend `pr.h` header with recent options (#881) --- libc/sysv/consts/pr.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libc/sysv/consts/pr.h b/libc/sysv/consts/pr.h index 59132167a..ff294a3a1 100644 --- a/libc/sysv/consts/pr.h +++ b/libc/sysv/consts/pr.h @@ -97,7 +97,13 @@ #define PR_CAP_AMBIENT 47 #define PR_GET_SPECULATION_CTRL 52 #define PR_SET_SPECULATION_CTRL 53 +#define PR_SET_TAGGED_ADDR_CTRL 55 +#define PR_GET_TAGGED_ADDR_CTRL 56 +#define PR_SET_IO_FLUSHER 57 +#define PR_GET_IO_FLUSHER 58 #define PR_SET_PTRACER 0x59616d61 #define PR_SET_PTRACER_ANY -1 +#define PR_SET_VMA 0x53564d41 +#define PR_SET_VMA_ANON_NAME 0 #endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_PR_H_ */