fix mips sysv ipc bits headers
authorRich Felker <dalias@aerifal.cx>
Sat, 14 Sep 2013 18:44:03 +0000 (14:44 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 14 Sep 2013 18:44:03 +0000 (14:44 -0400)
commit9b35ed3fefca6817d7334f15a883d068e0034011
tree9c1049b9087a039788795d55a3280aef4f2c39b1
parent2f1de8051b4b33445ca233868e573ec838c81f65
fix mips sysv ipc bits headers

msg.h was wrong for big-endian (wrong endiannness padding).
shm.h was just plain wrong (mips is not supposed to have padding).

both changes were tested using libc-test on qemu-system-mips.
arch/mips/bits/msg.h
arch/mips/bits/shm.h