summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2015-08-05 12:04:11 -0400
committerPaul Moore <pmoore@redhat.com>2015-08-05 12:04:11 -0400
commit18c7d1176fb236d98656eb4f4cd0343ebcfe5cc0 (patch)
treea412fb35d414cd36b28ea4ba6f5653e3051a6779 /include
parent29753076fddfed772511c67887bed1f0621b32cf (diff)
downloadlibseccomp-18c7d1176fb236d98656eb4f4cd0343ebcfe5cc0.tar.gz
arch: update the syscall tables for 4.2-rc5
The only update this time around is "switch_endian" for ppc. Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/seccomp.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/seccomp.h.in b/include/seccomp.h.in
index d100dc8..08eae61 100644
--- a/include/seccomp.h.in
+++ b/include/seccomp.h.in
@@ -1521,6 +1521,11 @@ int seccomp_export_bpf(const scmp_filter_ctx ctx, int fd);
#define __NR_sys_debug_setcontext __PNR_sys_debug_setcontext
#endif /* __NR_sys_debug_setcontext */
+#define __PNR_switch_endian -10191
+#ifndef __NR_switch_endian
+#define __NR_switch_endian __PNR_switch_endian
+#endif /* __NR_switch_endian */
+
#ifdef __cplusplus
}
#endif