libvx32/OSX: #define for 10.5 - vx32 - Local 9vx git repository for patches.
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit c7c041c8ea44d3c1cc93a9b882963caabf26b4a1
(DIR) parent b47c387cf738c3cd3b4b237730d40dcfcb696587
(HTM) Author: Russ Cox <rsc@swtch.com>
Date: Sat, 28 Jun 2008 15:07:36 -0400
libvx32/OSX: #define for 10.5
Diffstat:
src/libvx32/emu.c | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/src/libvx32/emu.c b/src/libvx32/emu.c
@@ -3,6 +3,10 @@
* for implementing vx32 on x86-32 hosts.
*/
+#ifdef __APPLE__
+#define __DARWIN_UNIX03 0
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>