summaryrefslogtreecommitdiff
path: root/include/sys/times.h
blob: 6ad39fb8c5604f81e94a07e885b82824e0af758c (plain)
1
2
3
4
5
6
#ifndef _SYS_TIMES_H
#include <posix/sys/times.h>

/* Now define the internal interfaces.  */
extern clock_t __times (struct tms *__buffer);
#endif