diff --git a/Modules/timemodule.c b/Modules/timemodule.c index b1c1ce395bc..765c40af33c 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -204,7 +204,7 @@ millitimer() #include #include -static long +long millitimer() { struct timeval t; @@ -215,7 +215,6 @@ millitimer() } -static millisleep(msecs) long msecs; {