ftime() is not supported on SGI.
Reported by Steve Robb <steve@eu.c2.net>
This commit is contained in:
parent
615513ba52
commit
a3829b8650
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
|||
#elif !defined(MSDOS) && (!defined(VMS) || defined(__DECC))
|
||||
# define TIMES
|
||||
#endif
|
||||
#if !defined(_UNICOS) && !defined(__OpenBSD__)
|
||||
#if !defined(_UNICOS) && !defined(__OpenBSD__) && !defined(sgi)
|
||||
# define TIMEB
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue