diff --git a/unix/syscall.go b/unix/syscall.go index 0d4b1d7a..fd4ee8eb 100644 --- a/unix/syscall.go +++ b/unix/syscall.go @@ -50,5 +50,4 @@ func BytePtrFromString(s string) (*byte, error) { } // Single-word zero for use when we need a valid pointer to 0 bytes. -// See mkunix.pl. var _zero uintptr