]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/syscall/flock_linux.go
syscall: provide and use fcntlPtr for all BSD platforms
[gostls13.git] / src / syscall / flock_linux.go
similarity index 91%
rename from src/syscall/flock.go
rename to src/syscall/flock_linux.go
index 820f526fe09718f8282bd771a3c656848686a54d..7d1169b42862e34c9feef9986b4c8af154b3c948 100644 (file)
@@ -2,8 +2,6 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-//go:build linux || freebsd || openbsd || netbsd || dragonfly
-
 package syscall
 
 import "unsafe"