diff options
Diffstat (limited to 'testsuite/semok/thirtytwo.stp')
-rwxr-xr-x | testsuite/semok/thirtytwo.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semok/thirtytwo.stp b/testsuite/semok/thirtytwo.stp index 2a69b8cd..0f0334a1 100755 --- a/testsuite/semok/thirtytwo.stp +++ b/testsuite/semok/thirtytwo.stp @@ -2,4 +2,4 @@ # PR 6836 -probe kernel.function("sys_open").return { log($$return . $$parms) } +probe kernel.function("do_sys_open").return { log($$return . $$parms) } |