fix error cases in gethostbyaddr_r
[musl] / arch / powerpc64 / bits / shm.h
index 9126851..b7f73a8 100644 (file)
@@ -1,7 +1,6 @@
 #define SHMLBA 4096
 
-struct shmid_ds
-{
+struct shmid_ds {
        struct ipc_perm shm_perm;
        time_t shm_atime;
        time_t shm_dtime;
@@ -22,4 +21,3 @@ struct shm_info {
        unsigned long shm_tot, shm_rss, shm_swp;
        unsigned long __swap_attempts, __swap_successes;
 };
-