xenocara/lib/libXfont/src/stubs/gettime.c

16 lines
221 B
C
Raw Normal View History

2006-11-25 09:46:32 -07:00
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "stubs.h"
2007-04-08 11:56:34 -06:00
#ifdef __SUNPRO_C
#pragma weak GetTimeInMillis
#endif
2006-11-25 09:46:32 -07:00
weak unsigned long
GetTimeInMillis (void)
{
OVERRIDE_SYMBOL(GetTimeInMillis);
2006-11-25 09:46:32 -07:00
return 0;
}