]> sourceware.org Git - systemtap.git/commitdiff
stapdyn: #define simple_strtol strtol
authorJosh Stone <jistone@redhat.com>
Thu, 4 Oct 2012 23:41:02 +0000 (16:41 -0700)
committerJosh Stone <jistone@redhat.com>
Thu, 4 Oct 2012 23:44:21 +0000 (16:44 -0700)
... needed for tapset/string.stp:strtol()

runtime/dyninst/runtime.h

index b42b4fdc56116bc95f1a441f777c72d12378bf6c..3165f15bf673271742ea3007fca497cf5c76706d 100644 (file)
@@ -44,6 +44,9 @@ typedef uint64_t u64;
 #include "linux_types.h"
 
 
+#define simple_strtol strtol
+
+
 // segments don't matter in dyninst...
 #define USER_DS (1)
 #define KERNEL_DS (-1)
This page took 0.028157 seconds and 5 git commands to generate.