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