Skip to content

Commit 6d657e6

Browse files
authored
remove undefined:utsnameStr error on linux,386 arch
1 parent 9287508 commit 6d657e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elf/utsname_int8.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build linux,amd64 linux,arm64
1+
// +build linux,386 linux,amd64 linux,arm64
22

33
package elf
44

0 commit comments

Comments
 (0)