diff options
author | Russ Cox <rsc@golang.org> | 2014-09-04 23:05:18 -0400 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2014-09-04 23:05:18 -0400 |
commit | bec748f05a33fa6a2280b3b2c3e2a19d40763607 (patch) | |
tree | c3f00a35fb5be0ce48671d466ad5335ae5ad3a3f /src/pkg/runtime/sys_openbsd_amd64.s | |
parent | 1e8add5d895ff4d475f14d20d0aed7e4f3ca8448 (diff) | |
download | go-bec748f05a33fa6a2280b3b2c3e2a19d40763607.tar.gz |
runtime: use new #include "textflag.h"
I did this just to clean things up, but it will be important
when we drop the pkg directory later.
LGTM=bradfitz
R=r, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/132600043
Diffstat (limited to 'src/pkg/runtime/sys_openbsd_amd64.s')
-rw-r--r-- | src/pkg/runtime/sys_openbsd_amd64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/sys_openbsd_amd64.s b/src/pkg/runtime/sys_openbsd_amd64.s index e9371c3b6..4e9db2390 100644 --- a/src/pkg/runtime/sys_openbsd_amd64.s +++ b/src/pkg/runtime/sys_openbsd_amd64.s @@ -7,7 +7,7 @@ // #include "zasm_GOOS_GOARCH.h" -#include "../../cmd/ld/textflag.h" +#include "textflag.h" #define CLOCK_MONOTONIC $3 |