diff options
author | Alan Burlison <Alan.Burlison@uk.sun.com> | 2005-11-04 16:33:30 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-04 16:35:17 +0000 |
commit | b0269e46d70f4b0ab23ffad2f94b10b64091afa3 (patch) | |
tree | decdaeec830e613bfc9b56e003f6d70d4605b75d /proto.h | |
parent | bff98e240ae94e05cc03de1adde32b5bee958718 (diff) | |
download | perl-b0269e46d70f4b0ab23ffad2f94b10b64091afa3.tar.gz |
use clearenv if available
Message-ID: <436B8D5A.4010502@sun.com>
p4raw-id: //depot/perl@25996
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4083,6 +4083,8 @@ PERL_CALLCONV int Perl_my_sprintf(char *buffer, const char *pat, ...) #endif +PERL_CALLCONV void Perl_my_clearenv(pTHX); + END_EXTERN_C /* * ex: set ts=8 sts=4 sw=4 noet: |