summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/four.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok/four.stp')
-rwxr-xr-xtestsuite/semok/four.stp2
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");
}