network: recvmsg and sendmsg standard compliance (BZ#16919)
[glibc.git] / conform / data / sys / times.h-data
blobc93357b79302683b74a2b528fb7f3dc8567c7fe1
1 #if !defined ISO && !defined ISO99 && !defined ISO11
2 type {struct tms}
4 element {struct tms} clock_t tms_utime
5 element {struct tms} clock_t tms_stime
6 element {struct tms} clock_t tms_cutime
7 element {struct tms} clock_t tms_cstime
9 type clock_t
11 function clock_t times (struct tms*)
13 allow tms_*
14 allow *_t
15 #endif