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/types.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
static long
|
long
|
||||||
millitimer()
|
millitimer()
|
||||||
{
|
{
|
||||||
struct timeval t;
|
struct timeval t;
|
||||||
|
@ -215,7 +215,6 @@ millitimer()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static
|
|
||||||
millisleep(msecs)
|
millisleep(msecs)
|
||||||
long msecs;
|
long msecs;
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue