From 4c39b3418192570e70c5da673eb7f42b6ea5fdc7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 6 Oct 2003 12:06:01 +0000 Subject: add usleep() --- perl-install/c/stuff.xs.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index fb9f86074..a2a3947c9 100644 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -349,7 +349,11 @@ setsid() void _exit(status) int status - + +void +usleep(microseconds) + unsigned long microseconds + int detectSMP() -- cgit v1.2.1