summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-12-24 14:45:59 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-04-06 19:34:32 +1000
commit6a6024e38fed189606c4267dc6c18b1e1040c7ad (patch)
tree7c32bbbeb22341b26ebc20e13d44e87dba9eb716 /vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go
parent8901d11674b20b59102d24ad94a394dde0e0977b (diff)
use tcell via porting over code from awesome-gocui
Diffstat (limited to 'vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go')
-rw-r--r--vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go b/vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go
index fc0e50e03..8db48e5e0 100644
--- a/vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go
+++ b/vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go
@@ -1,9 +1,9 @@
-// +build linux,386 linux,arm linux,mips linux,mipsle
-
// 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 linux,386 linux,arm linux,mips linux,mipsle
+
package unix
func init() {