From 050d976686238fdafd105984fa10adb6990d6ef8 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 2 May 2019 11:32:32 +0200 Subject: [PATCH] unix: drop reference to mkunix.pl from comment mkunix.pl doesn't exist in x/sys/unix, so drop the reference to it from the _zero godoc comment. Change-Id: I7a638a5248b72c4dffc83da1514e5d861c532127 Reviewed-on: https://go-review.googlesource.com/c/sys/+/174858 Run-TryBot: Tobias Klauser TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- unix/syscall.go | 1 - 1 file changed, 1 deletion(-) 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