mirror of
https://github.com/golang/sys.git
synced 2026-02-08 11:46:04 +03:00
This allows linux binaries to have bazel-style dependencies on x/sys/windows. Change-Id: I248fe62e045705f409e5d96842ed52d0764ae68f Reviewed-on: https://go-review.googlesource.com/21081 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
11 lines
234 B
ArmAsm
11 lines
234 B
ArmAsm
// Copyright 2014 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// +build windows
|
|
|
|
#include "textflag.h"
|
|
|
|
TEXT ·use(SB),NOSPLIT,$0
|
|
RET
|