about summary refs log tree commit diff
path: root/localedata/SUPPORTED
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-07-20 07:29:15 -0400
committerMike Frysinger <vapier@gentoo.org>2015-07-20 21:53:47 -0400
commit7fde904c73c57faea48c9679bbdc0932d81b3a2f (patch)
treec8a2ec3cd50838ea7bd9bd3605655ccb760af905 /localedata/SUPPORTED
parentd72c2763056b9c0de69886f8f3e6c3ed0aaa6dd4 (diff)
downloadglibc-7fde904c73c57faea48c9679bbdc0932d81b3a2f.tar.gz
glibc-7fde904c73c57faea48c9679bbdc0932d81b3a2f.tar.xz
glibc-7fde904c73c57faea48c9679bbdc0932d81b3a2f.zip
sparc: fix sigaction for 32bit builds [BZ #18694]
Commit a059d359d86130b5fa74e04a978c8523a0293f77 changed the sigaction
struct to pass conform tests, but it ended up also changing the ABI for
32 bit builds.  For 64 bit builds, changing the long to two ints works,
but for 32 bit builds, it inserts 4 extra bytes.  This leads to many
packages randomly failing like bash that spews things like:
	configure: line 471: wait_for: No record of process 0

Bracket the new member by a wordsize check to fix the ABI for 32bit.
Diffstat (limited to 'localedata/SUPPORTED')
0 files changed, 0 insertions, 0 deletions