Revision abf28337 linux-user/main.c

b/linux-user/main.c
28 28

  
29 29
#define DEBUG_LOGFILE "/tmp/qemu.log"
30 30

  
31
#ifdef __APPLE__
32
#include <crt_externs.h>
33
# define environ  (*_NSGetEnviron())
34
#endif
35

  
36 31
static const char *interp_prefix = CONFIG_QEMU_PREFIX;
37 32
const char *qemu_uname_release = CONFIG_UNAME_RELEASE;
38 33

  

Also available in: Unified diff