Skip to content

Commit cbf593c

Browse files
smasher164ianlancetaylor
authored andcommitted
unix: remove nacl build tag from dirent code
Although CL 128110043 had deleted nacl from x/sys/unix, CL 38758 accidentially introduced its build tag in dirent.go when copying over stdlib syscall code, which this CL removes. Fixes golang/go#33391. Change-Id: Iad6fe9818e38f14548eecdc078392865a60e4685 Reviewed-on: https://go-review.googlesource.com/c/sys/+/188361 Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 1393eb0 commit cbf593c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unix/dirent.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 aix darwin dragonfly freebsd linux nacl netbsd openbsd solaris
5+
// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
66

77
package unix
88

0 commit comments

Comments
 (0)