Skip to content

Commit f4d74dd

Browse files
author
ian
committed
net/internal/socktest: build sys_unix.go on AIX
Reviewed-on: https://go-review.googlesource.com/59913 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@251440 138bc75d-0d04-0410-961f-82ee72b054a4
1 parent 0420686 commit f4d74dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gcc/go/gofrontend/MERGE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
930304ec98bfe8e9cccb34d340873958e14255df
1+
5674b5927d5336e20fbec455a9f7b0b8ed70166c
22

33
The first line of this file holds the git revision number of the last
44
merge done from the gofrontend repository.

libgo/go/net/internal/socktest/sys_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
5+
// +build aix darwin dragonfly freebsd linux nacl netbsd openbsd solaris
66

77
package socktest
88

0 commit comments

Comments
 (0)