aarch64: fix namespace pollution in bits/shm.h
authorSzabolcs Nagy <nsz@port70.net>
Wed, 1 Apr 2015 20:21:50 +0000 (20:21 +0000)
committerRich Felker <dalias@aerifal.cx>
Wed, 1 Apr 2015 23:05:12 +0000 (19:05 -0400)
commitb24d813d24c412a2e78bab8ef224a1d4c7c25de8
treea1e277a5a164045782351a251370dc041e9a5070
parent115af23942e024f78779ab29832fed3938c799e7
aarch64: fix namespace pollution in bits/shm.h

The shm_info struct is a gnu extension and some of its members do
not have shm* prefix. This is worked around in sys/shm.h by macros,
but aarch64 didn't use those.
arch/aarch64/bits/shm.h