refactor internal atomic.h
[musl] / arch / microblaze / bits / shm.h
index 8807c4f..547581f 100644 (file)
@@ -16,3 +16,14 @@ struct shmid_ds
        unsigned long __pad1;
        unsigned long __pad2;
 };
+
+struct shminfo {
+       unsigned long shmmax, shmmin, shmmni, shmseg, shmall, __unused[4];
+};
+
+struct shm_info {
+       int __used_ids;
+       unsigned long shm_tot, shm_rss, shm_swp;
+       unsigned long __swap_attempts, __swap_successes;
+};
+