提交 b24d813d 编写于 作者: S Szabolcs Nagy 提交者: Rich Felker

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.
上级 115af239
......@@ -19,7 +19,7 @@ struct shminfo {
};
struct shm_info {
int used_ids;
int __used_ids;
unsigned long shm_tot, shm_rss, shm_swp;
unsigned long swap_attempts, swap_successes;
unsigned long __swap_attempts, __swap_successes;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册