diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2003-04-02 11:28:02 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2003-04-02 11:28:02 +0000 |
commit | 6ab58e4d47c419dca1df070f2fa15786b3285750 (patch) | |
tree | b602734647a020320da0cb27c4bb18a81ca41062 /pp.c | |
parent | 2f5fd56d73958e741b13952d5fa0f1e63b678d5b (diff) | |
download | perl-6ab58e4d47c419dca1df070f2fa15786b3285750.tar.gz |
#19122 should have been tested on non-glibc system (like AIX)
p4raw-id: //depot/perl@19132
Diffstat (limited to 'pp.c')
-rw-r--r-- | pp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3432,8 +3432,8 @@ PP(pp_crypt) /* work around glibc-2.2.5 bug */ PL_reentrant_buffer->_crypt_struct_buffer->current_saltbits = 0; } - } #endif + } # endif /* HAS_CRYPT_R */ # endif /* USE_ITHREADS */ # ifdef FCRYPT |