mirror of
https://github.com/golang/go
synced 2024-11-17 09:04:44 -07:00
syscall: rm obsoleted comment
The comment being removed is no longer true as of CL 494916. Change-Id: I4975866c58efb5c9c41db3640564ac7233f5840f Reviewed-on: https://go-review.googlesource.com/c/go/+/542415 Auto-Submit: Ian Lance Taylor <iant@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Than McIntosh <thanm@google.com> Run-TryBot: Kirill Kolyshkin <kolyshkin@gmail.com> Reviewed-by: Bryan Mills <bcmills@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
parent
185f31bf30
commit
b634f6fdcb
@ -2,9 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// If you change the build tags here, see
|
||||
// internal/syscall/unix/fcntl_linux_32bit.go.
|
||||
|
||||
//go:build (linux && 386) || (linux && arm) || (linux && mips) || (linux && mipsle)
|
||||
|
||||
package syscall
|
||||
|
Loading…
Reference in New Issue
Block a user