summaryrefslogtreecommitdiff
path: root/src/stubs/gettime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs/gettime.c')
-rw-r--r--src/stubs/gettime.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/stubs/gettime.c b/src/stubs/gettime.c
index 60a4e39..1aca1cc 100644
--- a/src/stubs/gettime.c
+++ b/src/stubs/gettime.c
@@ -1,14 +1,10 @@
-/* $XFree86$ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "stubs.h"
-unsigned long
+weak unsigned long
GetTimeInMillis (void)
{
return 0;
}
-
-/* end of file */