2.9
[glibc/nacl-glibc.git] / include / sys / times.h
blob6ad39fb8c5604f81e94a07e885b82824e0af758c
1 #ifndef _SYS_TIMES_H
2 #include <posix/sys/times.h>
4 /* Now define the internal interfaces. */
5 extern clock_t __times (struct tms *__buffer);
6 #endif