mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Made millitimer() and millisleep() global (what the heck...).
This commit is contained in:
parent
0c2290bd53
commit
5662746a9e
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue