mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-03 15:47:35 -04:00
unix: remove syscall constants on Solaris
SYS_EXECVE and SYS_FCNTL were needed for compatibility reasons in syscall, but they are not needed in x/sys/unix. Change-Id: Ic355cf8785c83be51bc91ba84401bc969f8ae6b5 Reviewed-on: https://go-review.googlesource.com/84995 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
committed by
Tobias Klauser
parent
236baca679
commit
d818ba11af
@@ -1,13 +0,0 @@
|
|||||||
// 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 amd64,solaris
|
|
||||||
|
|
||||||
package unix
|
|
||||||
|
|
||||||
// TODO(aram): remove these before Go 1.3.
|
|
||||||
const (
|
|
||||||
SYS_EXECVE = 59
|
|
||||||
SYS_FCNTL = 62
|
|
||||||
)
|
|
||||||
Reference in New Issue
Block a user