vendor/golang.org/x/sys/unix/fcntl.go
changeset 275 4a25a40d0c59
parent 256 6d9efbef00a9
--- a/vendor/golang.org/x/sys/unix/fcntl.go	Mon Apr 03 22:12:59 2023 +0200
+++ b/vendor/golang.org/x/sys/unix/fcntl.go	Sat Jun 29 20:19:47 2024 +0200
@@ -2,8 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-//go:build dragonfly || freebsd || linux || netbsd || openbsd
-// +build dragonfly freebsd linux netbsd openbsd
+//go:build dragonfly || freebsd || linux || netbsd
 
 package unix