summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2013-09-03 10:17:35 +1000
committerTony Cook <tony@develop-help.com>2013-09-09 15:22:18 +1000
commit41188aa0f6683329a6ebb1811827fce0a096df6e (patch)
tree2a32b38c849f9ad1074e92699426237a5ebc2ed4 /embed.fnc
parent788436d2421782aa270928cb9fa6214f251f6797 (diff)
downloadperl-41188aa0f6683329a6ebb1811827fce0a096df6e.tar.gz
[perl #117265] correctly handle overloaded strings
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 896f709fc9..0f686d46d7 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1598,7 +1598,7 @@ Ap |I32 |whichsig_sv |NN SV* sigsv
Ap |I32 |whichsig_pv |NN const char* sig
Ap |I32 |whichsig_pvn |NN const char* sig|STRLEN len
: used to check for NULs in pathnames and other names
-AiR |bool |is_safe_syscall|NN SV *pv|NN const char *what|NN const char *op_name
+AiR |bool |is_safe_syscall|NN const char *pv|STRLEN len|NN const char *what|NN const char *op_name
: Used in pp_ctl.c
p |void |write_to_stderr|NN SV* msv
: Used in op.c