File gperftools-aarch64.patch of Package gperftools
--- gperftools-2.5/src/base/linux_syscall_support.h 2018/03/25 22:34:33 1.1
+++ gperftools-2.5/src/base/linux_syscall_support.h 2018/03/25 22:34:51
@@ -2560,10 +2560,6 @@
#endif
#if (defined(__aarch64__)) || \
(defined(__mips__) && (_MIPS_ISA == _MIPS_ISA_MIPS64))
- LSS_INLINE _syscall6(void*, mmap, void*, s,
- size_t, l, int, p,
- int, f, int, d,
- __off64_t, o)
LSS_INLINE int LSS_NAME(sigaction)(int signum,
const struct kernel_sigaction *act,
struct kernel_sigaction *oldact) {