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