6 /* Needed for clock_t on some systems (ie, NeXT in non-posix mode) */
12 extern clock_t ksh_times
ARGS((struct tms
*));
13 #else /* TIMES_BROKEN */
14 # define ksh_times times
15 #endif /* TIMES_BROKEN */
18 extern clock_t times
ARGS((struct tms
*));
19 #endif /* HAVE_TIMES */
20 #endif /* KSH_TIMES_H */