Paul Eggert <eggert@cs.ucla.edu> writes:
> It would break applications that do anything like this:
> struct timespec t;
> long *p = &t->tv_nsec;
And I think similarly, but somewhat more trickily:
int n = 1;
printf("%ld %d", t.tv_nsec, n);
--
Russ Allbery (rra@stanford.edu) <http://www.eyrie.org/~eagle/>