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)
|
|
|
|
{
|
2014-09-27 11:42:14 -06:00
|
|
|
OVERRIDE_SYMBOL(GetTimeInMillis);
|
2006-11-25 09:46:32 -07:00
|
|
|
return 0;
|
|
|
|
}
|