diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-17 18:39:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-17 18:39:22 +0000 |
commit | edd309b7facc349294ca0ee12a41c07bb525e567 (patch) | |
tree | ad42446abdab6bba10810e31c14e4feba7c65a18 /global.sym | |
parent | f272994b1ce9066a01ab0ed3d6c5353b37057838 (diff) | |
download | perl-edd309b7facc349294ca0ee12a41c07bb525e567.tar.gz |
Implement the retry-on-ERANGE for the get*_r().
The buffer will keep doubling until 64k.
p4raw-id: //depot/perl@15272
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index ee846a0486..d826bc6fc7 100644 --- a/global.sym +++ b/global.sym @@ -324,6 +324,7 @@ Perl_new_struct_thread Perl_reentrant_size Perl_reentrant_init Perl_reentrant_free +Perl_reentrant_retry Perl_call_atexit Perl_call_argv Perl_call_method |