duplicate generic bits/shm.h for each arch using it, in prep to change
[musl] / arch / microblaze / bits / shm.h
index 547581f..45d1d15 100644 (file)
@@ -1,7 +1,6 @@
 #define SHMLBA 4096
 
-struct shmid_ds
-{
+struct shmid_ds {
        struct ipc_perm shm_perm;
        size_t shm_segsz;
        time_t shm_atime;