summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/seccomp.h.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/seccomp.h.in b/include/seccomp.h.in
index ab6a638..3a02580 100644
--- a/include/seccomp.h.in
+++ b/include/seccomp.h.in
@@ -1591,11 +1591,6 @@ int seccomp_export_bpf(const scmp_filter_ctx ctx, int fd);
#define __NR_spu_run __PNR_spu_run
#endif /* __NR_spu_run */
-#define __PNR_subpage_prot -10189
-#ifndef __NR_subpage_prot
-#define __NR_subpage_prot __PNR_subpage_prot
-#endif /* __NR_subpage_prot */
-
#define __PNR_swapcontext -10190
#ifndef __NR_swapcontext
#define __NR_swapcontext __PNR_swapcontext
@@ -1690,6 +1685,11 @@ int seccomp_export_bpf(const scmp_filter_ctx ctx, int fd);
#define __NR_s390_sthyi __PNR_s390_sthyi
#endif /* __NR_s390_sthyi */
+#define __PNR_subpage_prot -10207
+#ifndef __NR_subpage_prot
+#define __NR_subpage_prot __PNR_subpage_prot
+#endif /* __NR_subpage_prot */
+
#ifdef __cplusplus
}
#endif