ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr2404a.c
CommitLineData
cec2c50d
L
1#include <time.h>
2#include <sys/times.h>
3
4int
5bar (void)
6{
7 struct tms buf;
8 clock_t ticks = times (&buf);
9 return ticks == 0 && time (NULL) == 0;
10}
This page took 0.315039 seconds and 4 git commands to generate.