diff options
Diffstat (limited to 'src/syscall/sockcmsg_unix.go')
-rw-r--r-- | src/syscall/sockcmsg_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syscall/sockcmsg_unix.go b/src/syscall/sockcmsg_unix.go index a3dcf818da..6ade73e87e 100644 --- a/src/syscall/sockcmsg_unix.go +++ b/src/syscall/sockcmsg_unix.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris +//go:build unix // Socket control messages |