diff options
author | hunt <hunt> | 2008-01-21 17:07:10 +0000 |
---|---|---|
committer | hunt <hunt> | 2008-01-21 17:07:10 +0000 |
commit | efa4888133b8aa360f2ea3a7179f37321a7853ea (patch) | |
tree | a71a6d98d0dbe38676bfd19a7c5be7eb7ced9b6d /runtime/staprun/staprun_funcs.c | |
parent | 7abdfe546471945b393fc4ff4a955b8e7b2a0ac2 (diff) | |
download | systemtap-steved-efa4888133b8aa360f2ea3a7179f37321a7853ea.tar.gz systemtap-steved-efa4888133b8aa360f2ea3a7179f37321a7853ea.tar.xz systemtap-steved-efa4888133b8aa360f2ea3a7179f37321a7853ea.zip |
2008-01-21 Martin Hunt <hunt@redhat.com>
* symbols.c (send_module): Simplify and use new send_data() function to keep
longword alignment.
Diffstat (limited to 'runtime/staprun/staprun_funcs.c')
-rw-r--r-- | runtime/staprun/staprun_funcs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/staprun/staprun_funcs.c b/runtime/staprun/staprun_funcs.c index ebf05b34..d1bba3f8 100644 --- a/runtime/staprun/staprun_funcs.c +++ b/runtime/staprun/staprun_funcs.c @@ -16,8 +16,6 @@ #include <grp.h> #include <pwd.h> -void cleanup(int rc); - void setup_staprun_signals(void) { struct sigaction a; |