elf/Makefile: Split and sort PIE tests
[glibc.git] / include / sys / times.h
blob026d140fe1b6e22a499790875669761f0ef8cfb9
1 #ifndef _SYS_TIMES_H
2 #include <posix/sys/times.h>
4 #ifndef _ISOMAC
5 /* Now define the internal interfaces. */
6 extern clock_t __times (struct tms *__buffer);
7 #endif
8 #endif