summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/c/stuff.xs.pl6
1 files changed, 5 insertions, 1 deletions
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()