Commit 7e93610b authored by David Crawshaw's avatar David Crawshaw

runtime/cgo: fix darwin/arm build

Macro definition ordering.

Change-Id: I0def4702d19a21a68ffa52ea5b7c22578830c578
Reviewed-on: https://go-review.googlesource.com/6030Reviewed-by: 's avatarHyang-Ah Hana Kim <hyangah@gmail.com>
parent b54d3132
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment