]> sourceware.org Git - systemtap.git/commit
aarch64: add missing system call defines
authorVictor Kamensky <kamensky@cisco.com>
Wed, 31 Oct 2018 06:15:15 +0000 (23:15 -0700)
committerJafeer Uddin <juddin@redhat.com>
Wed, 31 Oct 2018 13:40:17 +0000 (09:40 -0400)
commit57550d39d7ef0a339e3f9908256e42985d4288ee
treeb084b7260e5447999891ee5f771635c8457907fa
parent856ddcedb0ffe166af4960cce1822c016e281cc4
aarch64: add missing system call defines

A set of system call defines like __NR_alarm, __NR_ioperm,
__NR_modify_ldt, __NR_time, __NR_utime is missing in aarch64
kernel as of 4.18 kernel version.

Add corresponding definitions so system call related probes
would compile. Tested with nd_syscalls-all-probes.stp.

Signed-off-by: Victor Kamensky <kamensky@cisco.com>
runtime/linux/compat_unistd.h
This page took 0.026031 seconds and 5 git commands to generate.