summaryrefslogtreecommitdiff
path: root/linux/powerpc64
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2018-03-23 13:43:13 +0000
committerDmitry V. Levin <ldv@altlinux.org>2018-03-23 13:43:13 +0000
commitdcfb3c0d47850eb13897b7508ca432ba8d311d1c (patch)
tree1e8b272fbf9ceb43e09ad54f6503c3f9cf792cbf /linux/powerpc64
parent73edd445e202772b80954203454c07ac183fa604 (diff)
downloadstrace-dcfb3c0d47850eb13897b7508ca432ba8d311d1c.tar.gz
Introduce raw syscall invocation wrappers
Unfortunately, syscall(3) provided by libc is too smart for some of our needs. * linux/raw_syscall.h: New file. * linux/aarch64/raw_syscall.h: Likewise. * linux/alpha/raw_syscall.h: Likewise. * linux/arc/raw_syscall.h: Likewise. * linux/arm/raw_syscall.h: Likewise. * linux/avr32/raw_syscall.h: Likewise. * linux/bfin/raw_syscall.h: Likewise. * linux/hppa/raw_syscall.h: Likewise. * linux/i386/raw_syscall.h: Likewise. * linux/ia64/raw_syscall.h: Likewise. * linux/m68k/raw_syscall.h: Likewise. * linux/metag/raw_syscall.h: Likewise. * linux/microblaze/raw_syscall.h: Likewise. * linux/mips/raw_syscall.h: Likewise. * linux/nios2/raw_syscall.h: Likewise. * linux/or1k/raw_syscall.h: Likewise. * linux/powerpc/raw_syscall.h: Likewise. * linux/powerpc64/raw_syscall.h: Likewise. * linux/riscv/raw_syscall.h: Likewise. * linux/s390/raw_syscall.h: Likewise. * linux/s390x/raw_syscall.h: Likewise. * linux/sh/raw_syscall.h: Likewise. * linux/sh64/raw_syscall.h: Likewise. * linux/sparc/raw_syscall.h: Likewise. * linux/sparc64/raw_syscall.h: Likewise. * linux/tile/raw_syscall.h: Likewise. * linux/x32/raw_syscall.h: Likewise. * linux/x86_64/raw_syscall.h: Likewise. * linux/xtensa/raw_syscall.h: Likewise. * Makefile.am (EXTRA_DIST): Add them.
Diffstat (limited to 'linux/powerpc64')
-rw-r--r--linux/powerpc64/raw_syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/powerpc64/raw_syscall.h b/linux/powerpc64/raw_syscall.h
new file mode 100644
index 000000000..05577ee9c
--- /dev/null
+++ b/linux/powerpc64/raw_syscall.h
@@ -0,0 +1 @@
+#include "powerpc/raw_syscall.h"