aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_ppc64x.s
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2018-03-05 10:56:11 +0100
committerTobias Klauser <tobias.klauser@gmail.com>2018-03-05 18:32:08 +0000
commit5f80e709125a1589ae52c9a33ff188e6c5224227 (patch)
tree64b8c849e89231e1f3810cd02f3356f7f60434bc /src/runtime/sys_linux_ppc64x.s
parentc1806906d89ecc65136be4bbdfb9020c797be46c (diff)
downloadgo-5f80e709125a1589ae52c9a33ff188e6c5224227.tar.gz
go-5f80e709125a1589ae52c9a33ff188e6c5224227.zip
runtime: remove unused SYS_* definitions on Linux
Also fix the indentation of the SYS_* definitions in sys_linux_mipsx.s and order them numerically. Change-Id: I0c454301c329a163e7db09dcb25d4e825149858c Reviewed-on: https://go-review.googlesource.com/98448 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/runtime/sys_linux_ppc64x.s')
-rw-r--r--src/runtime/sys_linux_ppc64x.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/sys_linux_ppc64x.s b/src/runtime/sys_linux_ppc64x.s
index def0ab47a2..77ddf53286 100644
--- a/src/runtime/sys_linux_ppc64x.s
+++ b/src/runtime/sys_linux_ppc64x.s
@@ -23,8 +23,6 @@
#define SYS_kill 37
#define SYS_brk 45
#define SYS_fcntl 55
-#define SYS_gettimeofday 78
-#define SYS_select 82 // always return -ENOSYS
#define SYS_mmap 90
#define SYS_munmap 91
#define SYS_setitimer 104