summaryrefslogtreecommitdiffstats
path: root/perl-install/c/stuff.xs.pl
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-10-06 12:06:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-10-06 12:06:01 +0000
commit4c39b3418192570e70c5da673eb7f42b6ea5fdc7 (patch)
tree59479a25a6d7d689e5ca569f1494e68b65ddc1c2 /perl-install/c/stuff.xs.pl
parent9713551e8a72a33b4b818ee09aad78c118ab25c2 (diff)
downloaddrakx-4c39b3418192570e70c5da673eb7f42b6ea5fdc7.tar
drakx-4c39b3418192570e70c5da673eb7f42b6ea5fdc7.tar.gz
drakx-4c39b3418192570e70c5da673eb7f42b6ea5fdc7.tar.bz2
drakx-4c39b3418192570e70c5da673eb7f42b6ea5fdc7.tar.xz
drakx-4c39b3418192570e70c5da673eb7f42b6ea5fdc7.zip
add usleep()
Diffstat (limited to 'perl-install/c/stuff.xs.pl')
-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()