diff options
author | Prymmer/Kahn <pvhp@best.com> | 2001-06-04 15:11:02 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-05 11:02:13 +0000 |
commit | a87ab2ebad5f814f5d93f568156eb348cfb1a1a3 (patch) | |
tree | 17ab4fcaad5d2b7395ab5951963d01795bc3d2ad /perl.h | |
parent | 24ccb310370d2d934ea2569785a03a1d691a25e4 (diff) | |
download | perl-a87ab2ebad5f814f5d93f568156eb348cfb1a1a3.tar.gz |
Re: Not OK: perl@10439 on win32
Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@10443
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -511,7 +511,7 @@ int syscall(int, ...); #endif #ifndef HAS_USLEEP_PROTO -int usleep(useconds_t); +int usleep(unsigned); #endif #ifdef PERL_MICRO /* Last chance to export Perl_my_swap */ |