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.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stubs/gettime.c b/src/stubs/gettime.c
new file mode 100644
index 0000000..023441f
--- /dev/null
+++ b/src/stubs/gettime.c
@@ -0,0 +1,11 @@
+/* $XFree86: xc/lib/font/stubs/gettime.c,v 1.1 1999/12/15 01:14:36 robin Exp $ */
+
+#include "stubs.h"
+
+unsigned long
+GetTimeInMillis (void)
+{
+ return 0;
+}
+
+/* end of file */