aboutsummaryrefslogtreecommitdiff
path: root/include/sys/times.h
blob: 24f9fdad9f6d9c8efd2cc492324a960291366d55 (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) __THROW;
#endif