chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / include / sys / times.h
1 #ifndef _SYS_TIMES_H
2 #include <posix/sys/times.h>
3
4 /* Now define the internal interfaces.  */
5 extern clock_t __times (struct tms *__buffer);
6 #endif