summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2018-01-10 12:16:28 -0500
committerPaul Moore <paul@paul-moore.com>2018-01-10 12:32:27 -0500
commitc842c2f6c203ad9da37ca60219172aa0be68d26a (patch)
tree87869cd7f7ac317474b2ed6e5b4051ede4c78f88 /include
parent4793ea990ea80ee26ed63e2a20723fdb417abf5b (diff)
downloadlibseccomp-c842c2f6c203ad9da37ca60219172aa0be68d26a.tar.gz
arch: update the syscalls for Linux v4.15-rc7
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'include')
-rw-r--r--include/seccomp.h.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/seccomp.h.in b/include/seccomp.h.in
index 56ae73e..2a789d6 100644
--- a/include/seccomp.h.in
+++ b/include/seccomp.h.in
@@ -1662,6 +1662,25 @@ int seccomp_export_bpf(const scmp_filter_ctx ctx, int fd);
#define __NR_pkey_free __PNR_pkey_free
#endif /* __NR_pkey_free */
+#define __PNR_get_tls -10204
+#ifndef __NR_get_tls
+#ifdef __ARM_NR_get_tls
+#define __NR_get_tls __ARM_NR_get_tls
+#else
+#define __NR_get_tls __PNR_get_tls
+#endif
+#endif /* __NR_get_tls */
+
+#define __PNR_s390_guarded_storage -10205
+#ifndef __NR_s390_guarded_storage
+#define __NR_s390_guarded_storage __PNR_s390_guarded_storage
+#endif /* __NR_s390_guarded_storage */
+
+#define __PNR_s390_sthyi -10206
+#ifndef __NR_s390_sthyi
+#define __NR_s390_sthyi __PNR_s390_sthyi
+#endif /* __NR_s390_sthyi */
+
#ifdef __cplusplus
}
#endif