xenocara/lib/libXfont/src/stubs/gettime.c
matthieu e4967fc3e9 Update to libXfont 1.5.0
Tested together with xserver 1.16.1 by naddy@, jsg@ & kettenis@
2014-09-27 17:42:14 +00:00

16 lines
221 B
C

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "stubs.h"
#ifdef __SUNPRO_C
#pragma weak GetTimeInMillis
#endif
weak unsigned long
GetTimeInMillis (void)
{
OVERRIDE_SYMBOL(GetTimeInMillis);
return 0;
}