diff options
author | David Mitchell <davem@iabyn.com> | 2010-07-03 14:24:11 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2010-07-03 16:25:59 +0100 |
commit | 0d7d409d8d92b77ed7de5b74ab047eced86edfc3 (patch) | |
tree | fe3c9d84e4283e03a927b8ed309abc3415be8d31 /global.sym | |
parent | 79a8d5295c08d08001ca69256d5a990d05ee1556 (diff) | |
download | perl-0d7d409d8d92b77ed7de5b74ab047eced86edfc3.tar.gz |
add my_[l]stat_flags(); make my_[l]stat() mathoms
my_stat() and my_lstat() call get magic on the stack arg, so create _flags()
variants that allow us to control this. (I can't just change the signature
or the mg_get() behaviour since my_[l]stat() are listed as being in the
public API, even though they're undocumented.)
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 30d89f7106..f7fb28df10 100644 --- a/global.sym +++ b/global.sym @@ -314,6 +314,7 @@ Perl_my_fork Perl_atfork_lock Perl_atfork_unlock Perl_my_lstat +Perl_my_lstat_flags Perl_my_memcmp Perl_my_memset Perl_my_pclose @@ -321,6 +322,7 @@ Perl_my_popen Perl_my_popen_list Perl_my_setenv Perl_my_stat +Perl_my_stat_flags Perl_my_strftime Perl_my_swap Perl_my_htonl |