diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2010-02-18 14:45:39 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2010-02-18 14:45:39 -0500 |
commit | 215c7a01b0d88eae2b0e3529412f3d95525b8ede (patch) | |
tree | 285e4195ef1ede518616bb47e10be2fd16418650 /testsuite/systemtap.exelib/uprobes_lib.c | |
parent | 5b8e1e3b252c97bc8100f2ef943b812f842b8adb (diff) | |
download | systemtap-steved-215c7a01b0d88eae2b0e3529412f3d95525b8ede.tar.gz systemtap-steved-215c7a01b0d88eae2b0e3529412f3d95525b8ede.tar.xz systemtap-steved-215c7a01b0d88eae2b0e3529412f3d95525b8ede.zip |
PR11296: switch to "sys/sdt.h" in test cases
Diffstat (limited to 'testsuite/systemtap.exelib/uprobes_lib.c')
-rw-r--r-- | testsuite/systemtap.exelib/uprobes_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.exelib/uprobes_lib.c b/testsuite/systemtap.exelib/uprobes_lib.c index e3416d17..79213025 100644 --- a/testsuite/systemtap.exelib/uprobes_lib.c +++ b/testsuite/systemtap.exelib/uprobes_lib.c @@ -7,7 +7,7 @@ * later version. */ -#include "sdt.h" /* Really <sys/sdt.h>, but pick current source version. */ +#include "sys/sdt.h" // volatile static variable to prevent folding of lib_func static volatile int foo; |