]> Cypherpunks repositories - gostls13.git/commit
syscall: change solaris files to libc files
authorClément Chigot <clement.chigot@atos.net>
Fri, 28 Sep 2018 13:24:32 +0000 (15:24 +0200)
committerIan Lance Taylor <iant@golang.org>
Wed, 10 Oct 2018 00:58:17 +0000 (00:58 +0000)
commit49be65eeba37a3d29a8a33379794e7a84df6cca1
tree39e002eebf6012e68bc1b265a70329a03b3403d1
parentdc2ae2886fbcd2297d2a0ea67a5d220ae2c74152
syscall: change solaris files to libc files

AIX and Solaris both requires libc to make any syscalls and their
implementation is really similar.
Therefore, Solaris files reused by AIX have their name changed to *_libc.

exec_libc.go is also adapted to AIX.

Updates: #25893

Change-Id: I50d1d7b964831637013d5e64799187cd9565c42b
Reviewed-on: https://go-review.googlesource.com/c/138719
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/syscall_solaris.go
src/syscall/asm_solaris_amd64.s
src/syscall/exec_libc.go [moved from src/syscall/exec_solaris.go with 92% similarity]
src/syscall/exec_unix.go
src/syscall/mkall.sh
src/syscall/mksyscall_libc.pl [moved from src/syscall/mksyscall_solaris.pl with 89% similarity]