Clang support

This commit is contained in:
hunbernd 2020-05-30 02:16:59 +02:00
parent 257782b985
commit 53829a9be4
2 changed files with 0 additions and 7 deletions

View File

@ -285,12 +285,6 @@ int sleep(unsigned int sec)
}
#endif
int usleep(unsigned int usec)
{
Sleep(usec / 1000);
return 0;
}
/********************************** WINDOWS/UNIX SPECIFIC PART ******************/
#else // UNIX

View File

@ -159,7 +159,6 @@ int bdnet_w2u_errno(int error);
#ifndef __MINGW64_VERSION_MAJOR
int sleep(unsigned int sec);
#endif
int usleep(unsigned int usec);
#endif // END of WINDOWS defines.
/********************************** WINDOWS/UNIX SPECIFIC PART ******************/