fix fpregset_t type on powerpc64
authorRich Felker <dalias@aerifal.cx>
Sat, 19 Oct 2019 19:39:45 +0000 (15:39 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 19 Oct 2019 19:39:45 +0000 (15:39 -0400)
commitc9f48cde0a22641ce3daf54596a9ecebdab91435
tree4bf5aebdedee3555badd6aae51bb798dd8a65eb6
parentf6ecd0c296181bf6a2a7f54e3406c846500e8e63
fix fpregset_t type on powerpc64

the userspace ucontext API has this as an array rather than a
structure.

commit 3c59a868956636bc8adafb1b168d090897692532 fixed the
corresponding mistake for vrregset_t, namely that the original
powerpc64 port used a mix of types from 32-bit powerpc and powerpc64
rather than matching the 64-bit types.
arch/powerpc64/bits/signal.h