blob: 026d140fe1b6e22a499790875669761f0ef8cfb9 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#ifndef _SYS_TIMES_H
2#include <posix/sys/times.h>
3
4#ifndef _ISOMAC
5/* Now define the internal interfaces. */
6extern clock_t __times (struct tms *__buffer);
7#endif
8#endif