Implement sleep().

This commit is contained in:
Johannes Sixt
2007-01-18 14:04:41 +01:00
parent 16ea9c7aa3
commit c823cea00e

View File

@@ -66,6 +66,7 @@ int setitimer(int __which, const struct itimerval *__value,
}
unsigned int sleep (unsigned int __seconds)
{
Sleep(__seconds*1000);
return 0;
}
const char *inet_ntop(int af, const void *src,