diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-02-03 17:06:04 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-03 17:06:04 +0000 |
commit | fdf5d70d65ee03574d2027e28d2b7ce4eaddfe91 (patch) | |
tree | 93d57baf1fc85295aa5c87e133a029a1544113ea /embed.fnc | |
parent | a0714e2c8319bd04d1f7d262de652b6b5ec054f7 (diff) | |
download | perl-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.fnc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |