aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_linux_arm64.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_arm64.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_arm64.s')
-rw-r--r--src/runtime/sys_linux_arm64.s1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/sys_linux_arm64.s b/src/runtime/sys_linux_arm64.s
index 06a9efab99..6954f32aac 100644
--- a/src/runtime/sys_linux_arm64.s
+++ b/src/runtime/sys_linux_arm64.s
@@ -18,7 +18,6 @@
#define SYS_openat 56
#define SYS_close 57
#define SYS_fcntl 25
-#define SYS_gettimeofday 169
#define SYS_pselect6 72
#define SYS_mmap 222
#define SYS_munmap 215