diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2007-10-08 21:15:01 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2007-10-08 21:15:01 -0400 |
commit | 38d7fc30b108ec4a9e74ddb33d945cce1bd5c4c6 (patch) | |
tree | 7a211e51e13e7e631306d90b17decda4497676b6 /runtime/uprobes/uprobes_i386.c | |
parent | 9d33454315110680fda3a926465c3002a0521431 (diff) | |
parent | 7574941533c7ca9a4b1715cbfd785f732be48266 (diff) | |
download | systemtap-steved-38d7fc30b108ec4a9e74ddb33d945cce1bd5c4c6.tar.gz systemtap-steved-38d7fc30b108ec4a9e74ddb33d945cce1bd5c4c6.tar.xz systemtap-steved-38d7fc30b108ec4a9e74ddb33d945cce1bd5c4c6.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/uprobes/uprobes_i386.c')
-rw-r--r-- | runtime/uprobes/uprobes_i386.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/uprobes/uprobes_i386.c b/runtime/uprobes/uprobes_i386.c index 90d50ba0..21420681 100644 --- a/runtime/uprobes/uprobes_i386.c +++ b/runtime/uprobes/uprobes_i386.c @@ -18,8 +18,10 @@ * * Copyright (C) IBM Corporation, 2006 */ -#define UPROBES_IMPLEMENTATION 1 -#include "uprobes.h" +/* + * In versions of uprobes built in the SystemTap runtime, this file + * is #included at the end of uprobes.c. + */ #include <linux/uaccess.h> /* Adapted from arch/x86_64/kprobes.c */ |