Blame include/sys/times.h

Packit 6c4009
#ifndef _SYS_TIMES_H
Packit 6c4009
#include <posix/sys/times.h>
Packit 6c4009
Packit 6c4009
#ifndef _ISOMAC
Packit 6c4009
/* Now define the internal interfaces.  */
Packit 6c4009
extern clock_t __times (struct tms *__buffer);
Packit 6c4009
#endif
Packit 6c4009
#endif