summaryrefslogtreecommitdiffstats
path: root/Modules/timemodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/timemodule.c')
-rw-r--r--Modules/timemodule.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c
index b1c1ce3..765c40a 100644
--- a/Modules/timemodule.c
+++ b/Modules/timemodule.c
@@ -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;
{