1 #ifndef _SYS_TIMES_H
2 #include <posix/sys/times.h>
3 
4 #ifndef _ISOMAC
5 /* Now define the internal interfaces.  */
6 extern clock_t __times (struct tms *__buffer);
7 #endif
8 #endif
9