linux-user: PPC64 semid_ds Doesnt Include _unused1 and _unused2
authorTom Musta <tommusta@gmail.com>
Tue, 12 Aug 2014 18:53:32 +0000 (13:53 -0500)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 22 Aug 2014 12:06:34 +0000 (15:06 +0300)
commit035273440b4d12c6e8b1cf2787778064355d21e2
tree3541fbd1d3f94f3dd706f39958f67099989ff4e7
parent9af5c906d189d8f4aae902d75567639d2a8f4e22
linux-user: PPC64 semid_ds Doesnt Include _unused1 and _unused2

The 64 bit PowerPC platforms eliminate the _unused1 and _unused2
elements of the semid_ds structure from <sys/sem.h>.  So eliminate
these from the target_semid_ds structure.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/syscall.c