times.h 171 B

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