]> Cypherpunks repositories - gostls13.git/commit
runtime: add symbol for AT_FDCWD on Linux amd64 and mips64x
authorTobias Klauser <tklauser@distanz.ch>
Tue, 13 Feb 2018 16:07:54 +0000 (17:07 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 14 Feb 2018 08:48:44 +0000 (08:48 +0000)
commit0e1bcfc63886315fe16a958b03b4174d5cfa0cfa
tree35a9af6da66f7a3e89c3a3b08aef4ecbdfcee1f3
parent32a0a1d37c87bbbc5f9650da9a4b7262f3162ae4
runtime: add symbol for AT_FDCWD on Linux amd64 and mips64x

Also order the syscall number list by numerically for mips64x.

Follow-up for CL 92895.

Change-Id: I5f01f8c626132a06160997fce8a2aef0c486bb1c
Reviewed-on: https://go-review.googlesource.com/93616
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/sys_linux_amd64.s
src/runtime/sys_linux_mips64x.s