summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-02-03 17:06:04 +0000
committerNicholas Clark <nick@ccl4.org>2006-02-03 17:06:04 +0000
commitfdf5d70d65ee03574d2027e28d2b7ce4eaddfe91 (patch)
tree93d57baf1fc85295aa5c87e133a029a1544113ea /embed.fnc
parenta0714e2c8319bd04d1f7d262de652b6b5ec054f7 (diff)
downloadperl-fdf5d70d65ee03574d2027e28d2b7ce4eaddfe91.tar.gz
It's actually easier to get rid of PL_fdscript than we thought.
p4raw-id: //depot/perl@27066
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc5
1 files changed, 3 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index e90c4a1f39..9c9cba8375 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1146,9 +1146,10 @@ s |void |init_postdump_symbols|int argc|NN char **argv|NULLOK char **env
s |void |init_predump_symbols
rs |void |my_exit_jump
s |void |nuke_stacks
-s |void |open_script |NN const char *scriptname|bool dosearch|NN SV *sv
+s |int |open_script |NN const char *scriptname|bool dosearch|NN SV *sv
s |void |usage |NN const char *name
-s |void |validate_suid |NN const char *validarg|NN const char *scriptname
+s |void |validate_suid |NN const char *validarg \
+ |NN const char *scriptname|int fdscript
# if defined(IAMSUID)
s |int |fd_on_nosuid_fs|int fd
# endif