|
From: <sv...@va...> - 2010-10-07 09:53:12
|
Author: sewardj Date: 2010-10-07 10:53:02 +0100 (Thu, 07 Oct 2010) New Revision: 11405 Log: Define VKI_SHMLBA on Darwin, so as to un-break build breakage caused by r11399. See #222545. Modified: trunk/include/vki/vki-darwin.h Modified: trunk/include/vki/vki-darwin.h =================================================================== --- trunk/include/vki/vki-darwin.h 2010-10-06 22:46:31 UTC (rev 11404) +++ trunk/include/vki/vki-darwin.h 2010-10-07 09:53:02 UTC (rev 11405) @@ -706,6 +706,7 @@ #define VKI_SHM_RDONLY SHM_RDONLY #define VKI_SHM_RND SHM_RND +#define VKI_SHMLBA SHMLBA #define vki_shmid_ds shmid_ds |