FreeBSD only supports ftime() through libcompat, which means it's
better not to use it.
This commit is contained in:
parent
cec7fe4da6
commit
28178bcf24
@ -87,7 +87,7 @@
|
||||
#elif !defined(MSDOS) && (!defined(VMS) || defined(__DECC))
|
||||
# define TIMES
|
||||
#endif
|
||||
#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi)
|
||||
#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi) && !defined(__FreeBSD__)
|
||||
# define TIMEB
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user