fix dangling pointers in x32 syscall timespec fixup code
authorRich Felker <dalias@aerifal.cx>
Sat, 2 May 2015 01:22:27 +0000 (21:22 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 2 May 2015 01:22:27 +0000 (21:22 -0400)
the lifetime of compound literals is the block in which they appear.
the temporary struct __timespec_kernel objects created as compound
literals no longer existed at the time their addresses were passed to
the kernel.


No differences found