summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/aarch64/bits/shm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/aarch64/bits/shm.h b/arch/aarch64/bits/shm.h
index e62fdf89..4c3c9fb7 100644
--- a/arch/aarch64/bits/shm.h
+++ b/arch/aarch64/bits/shm.h
@@ -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;
};