mirror of
https://github.com/golang/sys.git
synced 2026-02-08 11:46:04 +03:00
The same symbol name might be defined multiple times with different function names or signatures. In that case, it's an error to redefine the proc variable. So deduplicate these before printing. Change-Id: I7a636cd44fb1ea6f51840ef3924d6316e266faa0 Reviewed-on: https://go-review.googlesource.com/c/sys/+/288332 Run-TryBot: Jason A. Donenfeld <Jason@zx2c4.com> TryBot-Result: Go Bot <gobot@golang.org> Trust: Jason A. Donenfeld <Jason@zx2c4.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>