diff options
Diffstat (limited to 'testsuite/semok/one.stp')
-rwxr-xr-x | testsuite/semok/one.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semok/one.stp b/testsuite/semok/one.stp index 909d8eac..beea8a4c 100755 --- a/testsuite/semok/one.stp +++ b/testsuite/semok/one.stp @@ -19,7 +19,7 @@ function stamp (syscall) # probe kernel:syscall:read = kernel:function("sys_read"); -probe syscall ("read") +probe begin /* syscall ("read") */ { stamp ("read"); } |