diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-12 02:36:42 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-12 02:36:42 +0000 |
commit | c89df6bff3e1d35ec00d05ede1265446fbb1d8c0 (patch) | |
tree | 60097a262fb0b32511a32dff546877e74318b95a /perl.h | |
parent | e5dd39fcc65538f6d292cb5228105f85fe9eff3e (diff) | |
download | perl-c89df6bff3e1d35ec00d05ede1265446fbb1d8c0.tar.gz |
UTS tweaks for Hal Morris.
p4raw-id: //depot/perl@11284
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1066,6 +1066,10 @@ int sockatmark(int); #undef UV #endif +#ifdef SPRINTF_E_BUG +# define sprintf UTS_sprintf_wrap +#endif + /* Configure gets this right but the UTS compiler gets it wrong. -- Hal Morris <hom00@utsglobal.com> */ #ifdef UTS |