fix regression in clock_gettime on 32-bit archs without vdso
authorRich Felker <dalias@aerifal.cx>
Mon, 5 Aug 2019 16:01:13 +0000 (12:01 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 5 Aug 2019 16:01:13 +0000 (12:01 -0400)
commit244778f70cecdb08302e47cfe412e8e186113444
tree92e9f56e7636e8689010e5fee1db70fc2cf9fa7a
parent6fcb440d91ad972d970984ae3e781d30c0602c9f
fix regression in clock_gettime on 32-bit archs without vdso

commit 72f50245d018af0c31b38dec83c557a4e5dd1ea8 broke this by creating
a code path where r is uninitialized.
src/time/clock_gettime.c