move sleep shim to posix_win.c
This commit is contained in:
@@ -21,11 +21,7 @@
|
||||
|
||||
#define access _access
|
||||
|
||||
static inline unsigned int sleep(unsigned int seconds)
|
||||
{
|
||||
Sleep(seconds * 1000);
|
||||
return seconds;
|
||||
}
|
||||
unsigned int sleep(unsigned int seconds);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user