2014-08-12 01:48:46 +04:00
|
|
|
// 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.
|
|
|
|
|
2015-05-08 00:17:12 +03:00
|
|
|
// +build !gccgo
|
|
|
|
|
2015-08-07 05:57:13 +03:00
|
|
|
#include "textflag.h"
|
|
|
|
|
2014-08-12 01:48:46 +04:00
|
|
|
//
|
2015-08-07 05:57:13 +03:00
|
|
|
// System calls for amd64, Solaris are implemented in runtime/syscall_solaris.go
|
2014-08-12 01:48:46 +04:00
|
|
|
//
|
2014-08-14 07:54:29 +04:00
|
|
|
|
2017-05-06 04:47:39 +03:00
|
|
|
TEXT ·sysvicall6(SB),NOSPLIT,$0-88
|
2014-08-14 07:54:29 +04:00
|
|
|
JMP syscall·sysvicall6(SB)
|
|
|
|
|
2017-05-06 04:47:39 +03:00
|
|
|
TEXT ·rawSysvicall6(SB),NOSPLIT,$0-88
|
2014-08-14 07:54:29 +04:00
|
|
|
JMP syscall·rawSysvicall6(SB)
|