summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorPrymmer/Kahn <pvhp@best.com>2001-06-04 15:11:02 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-05 11:02:13 +0000
commita87ab2ebad5f814f5d93f568156eb348cfb1a1a3 (patch)
tree17ab4fcaad5d2b7395ab5951963d01795bc3d2ad /perl.h
parent24ccb310370d2d934ea2569785a03a1d691a25e4 (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index b0524fbd97..5bd891ca7d 100644
--- a/perl.h
+++ b/perl.h
@@ -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 */