siginfo.h: add a missing function member on ia64, mips and sparc arches
commitb4e6e61e2f7c6fb4bf59f66efaa74591a2112912
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Thu, 2 Jan 2014 15:02:11 +0000 (2 15:02 +0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 8 Jan 2014 11:34:06 +0000 (8 12:34 +0100)
tree72060f6e01fb5320eb1614a688e55b1917ed9454
parent7feb0934e2466efabe9268d8d3df0450297ec04e
siginfo.h: add a missing function member on ia64, mips and sparc arches

Add "__pid_t _tid" member which is used for some packages, like rt-test
for instance, which fails with an error like this one:

src/cyclictest/cyclictest.c:638:9: error: 'union <anonymous>' has no
member named '_tid'

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/ia64/bits/siginfo.h
libc/sysdeps/linux/mips/bits/siginfo.h
libc/sysdeps/linux/sparc/bits/siginfo.h