]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/shm.h
xnu-1456.1.26.tar.gz
[apple/xnu.git] / bsd / sys / shm.h
index 40ac2ea530534c0c4ea03d16cc49b017844a0c6e..e7a3a4b5888e4e4f4a6af014bb74c5f552c96a27 100644 (file)
@@ -127,6 +127,8 @@ typedef unsigned short      shmatt_t;
 #define SHM_R       (IPC_R)
 #define SHM_W       (IPC_W)
 
+#pragma pack(4)
+
 /*
  * Technically, we should force all code references to the new structure
  * definition, not in just the standards conformance case, and leave the
@@ -178,6 +180,8 @@ struct __shmid_ds_old {
 };
 #endif /* !__DARWIN_UNIX03 */
 
+#pragma pack()
+
 #ifndef KERNEL
 
 __BEGIN_DECLS