diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/c/stuff.xs.pl | 6 |
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() |