mirror of https://github.com/python/cpython
Made millitimer() and millisleep() global (what the heck...).
This commit is contained in:
parent
0c2290bd53
commit
5662746a9e
|
@ -204,7 +204,7 @@ millitimer()
|
|||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
static long
|
||||
long
|
||||
millitimer()
|
||||
{
|
||||
struct timeval t;
|
||||
|
@ -215,7 +215,6 @@ millitimer()
|
|||
|
||||
}
|
||||
|
||||
static
|
||||
millisleep(msecs)
|
||||
long msecs;
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue