From 80ad69fa329a43e6f28c61c48325527739bb1560 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 27 Oct 2017 13:32:15 +0200 Subject: [PATCH] unix: remove _SC_PAGESIZE on linux/sparc64 CL 62111 removed the _SC_PAGESIZE definition from the types_*.go files but did not re-generate ztypes_linux_sparc64.go. Remove the definition manually because linux/spar64 is not yet covered by the new Docker-based build system. Change-Id: I1ddebc3efa0d9d23c925ca84de31f63a3a883a99 Reviewed-on: https://go-review.googlesource.com/73876 Run-TryBot: Tobias Klauser TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- unix/ztypes_linux_sparc64.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/unix/ztypes_linux_sparc64.go b/unix/ztypes_linux_sparc64.go index 22bdab96..207c408e 100644 --- a/unix/ztypes_linux_sparc64.go +++ b/unix/ztypes_linux_sparc64.go @@ -652,8 +652,6 @@ type Sigset_t struct { X__val [16]uint64 } -const _SC_PAGESIZE = 0x1e - type Termios struct { Iflag uint32 Oflag uint32