diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-10-06 12:06:01 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-10-06 12:06:01 +0000 |
commit | 4c39b3418192570e70c5da673eb7f42b6ea5fdc7 (patch) | |
tree | 59479a25a6d7d689e5ca569f1494e68b65ddc1c2 | |
parent | 9713551e8a72a33b4b818ee09aad78c118ab25c2 (diff) | |
download | drakx-4c39b3418192570e70c5da673eb7f42b6ea5fdc7.tar drakx-4c39b3418192570e70c5da673eb7f42b6ea5fdc7.tar.gz drakx-4c39b3418192570e70c5da673eb7f42b6ea5fdc7.tar.bz2 drakx-4c39b3418192570e70c5da673eb7f42b6ea5fdc7.tar.xz drakx-4c39b3418192570e70c5da673eb7f42b6ea5fdc7.zip |
add usleep()
-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() |