mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
Implement sleep().
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user