]> git.ipfire.org Git - thirdparty/glibc.git/blame - conform/data/sys/times.h-data
First steps to get conformtest fully working
[thirdparty/glibc.git] / conform / data / sys / times.h-data
CommitLineData
31341567 1#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
0ed99ce4
UD
2type {struct tms}
3
4element {struct tms} clock_t tms_utime
5element {struct tms} clock_t tms_stime
6element {struct tms} clock_t tms_cutime
7element {struct tms} clock_t tms_cstime
8
9type clock_t
10
11function clock_t times (struct tms*)
12
13allow tms_*
14allow *_t
31341567 15#endif