Commit 28178bcf authored by Richard Levitte's avatar Richard Levitte
Browse files

FreeBSD only supports ftime() through libcompat, which means it's

better not to use it.
parent cec7fe4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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