summaryrefslogtreecommitdiffstats
path: root/tapset
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-09-18 18:21:30 -0400
committerDave Brolley <brolley@redhat.com>2009-09-18 18:21:30 -0400
commit0d50e4d06218f7a08aad4c8d3d348b2a81344e95 (patch)
tree33116716bb8a8718175e64d4a43122944a8e3e13 /tapset
parenta6a2869a0f4f784bab36410722f6161eab0f4503 (diff)
parent825ae5b246c81fae746c93324a05d207103529a9 (diff)
downloadsystemtap-steved-0d50e4d06218f7a08aad4c8d3d348b2a81344e95.tar.gz
systemtap-steved-0d50e4d06218f7a08aad4c8d3d348b2a81344e95.tar.xz
systemtap-steved-0d50e4d06218f7a08aad4c8d3d348b2a81344e95.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'tapset')
-rw-r--r--tapset/ucontext-symbols.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/ucontext-symbols.stp b/tapset/ucontext-symbols.stp
index e884a36b..574a32be 100644
--- a/tapset/ucontext-symbols.stp
+++ b/tapset/ucontext-symbols.stp
@@ -64,7 +64,7 @@ function usymdata:string (addr: long) %{ /* pure */ /* unprivileged */
* name of the function containing the address, and an estimate of
* its position within that function. Return nothing.
*/
-function print_ustack(stk:string) %{ /* pure */ /* unprivileged */
+function print_ustack(stk:string) %{ /* unprivileged */
char *ptr = THIS->stk;
char *tok = strsep(&ptr, " ");
assert_is_myproc();