aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/net/sys_cloexec.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/net/sys_cloexec.go')
-rw-r--r--libgo/go/net/sys_cloexec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/net/sys_cloexec.go b/libgo/go/net/sys_cloexec.go
index ba266e6..f2ea842 100644
--- a/libgo/go/net/sys_cloexec.go
+++ b/libgo/go/net/sys_cloexec.go
@@ -5,7 +5,7 @@
// This file implements sysSocket and accept for platforms that do not
// provide a fast path for setting SetNonblock and CloseOnExec.
-// +build darwin dragonfly nacl netbsd openbsd solaris
+// +build aix darwin dragonfly nacl netbsd openbsd solaris
package net