runtime/cgo: fix darwin/arm build

Macro definition ordering.

Change-Id: I0def4702d19a21a68ffa52ea5b7c22578830c578
Reviewed-on: https://go-review.googlesource.com/6030
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
David Crawshaw 2015-02-25 17:30:40 -05:00
parent b54d313205
commit 7e93610b07
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@
#include <sys/param.h>
#include <unistd.h>
#include "libcgo.h"
#include <CoreFoundation/CFBundle.h>
#include <CoreFoundation/CFString.h>
#include "libcgo.h"
#define magic (0xe696c4f4U)
// inittls allocates a thread-local storage slot for g.