]> sourceware.org Git - systemtap.git/commitdiff
Update aux_syscalls.stp for android 3.0 kernels.
authorAlexander Lochmann <alexander.lochmann@tu-dortmund.de>
Fri, 8 Jul 2016 15:30:12 +0000 (10:30 -0500)
committerDavid Smith <dsmith@redhat.com>
Fri, 8 Jul 2016 15:30:12 +0000 (10:30 -0500)
* tapset/linux/aux_syscalls.stp: Include syscall.h for kernels (like
  android 3.0 kernels) with no asm/syscall.h

tapset/linux/aux_syscalls.stp

index 110e6e95a6957afb7f23e2b3bea8c5b6396c1bf9..c49e8049e58513164581a96e67dd389c1b1e0529 100644 (file)
@@ -43,6 +43,9 @@
 // Get _stp_val_array and _stp_lookup_* definitions.
 #include "linux/syscalls-common.h"
 
+// Get _stp_syscall_get_nr() definitions.
+#include "syscall.h"
+
 static void
 _stp_lookup_str2(const _stp_val_array * const array, long val, char *ptr,
                 int len, int base)
This page took 0.031097 seconds and 5 git commands to generate.