Disable the fxTime and timer functions on FreeBSD, which are only used by
the tests.
This commit is contained in:
@@ -42,7 +42,8 @@ int fxGethostname(char *name, int n)
|
||||
#else
|
||||
#include <fxos.h>
|
||||
#endif
|
||||
#if !macintosh
|
||||
|
||||
#if !macintosh && !defined(__FreeBSD__)
|
||||
/* return current time in seconds (floating point) */
|
||||
float fxTime(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user