]> Cypherpunks.ru repositories - gostls13.git/commit
syscall: move Syscall declarations to OS files
authorMichael Pratt <mpratt@google.com>
Mon, 28 Feb 2022 18:41:33 +0000 (13:41 -0500)
committerMichael Pratt <mpratt@google.com>
Thu, 21 Apr 2022 18:06:48 +0000 (18:06 +0000)
commit1de1c0d10df18f4fda46aff82aadd9edfba2b751
tree1d7c52a4eedab7a06a7ea0ec27cd58c82b6789dd
parent342b495301bbd8b75c2721212a08ce41e3f82265
syscall: move Syscall declarations to OS files

Future CLs will be changing the provenance of these functions. Move the
declarations to the individual OS files now so that future CLs can
change only 1 OS at a time rather than changing all at once.

For #51087

Change-Id: I5e1bca71e670263d8c0faa586c1b6b4de1a114b6
Reviewed-on: https://go-review.googlesource.com/c/go/+/388474
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/syscall/syscall_aix.go
src/syscall/syscall_darwin.go
src/syscall/syscall_dragonfly.go
src/syscall/syscall_freebsd.go
src/syscall/syscall_linux.go
src/syscall/syscall_netbsd.go
src/syscall/syscall_openbsd.go
src/syscall/syscall_solaris.go
src/syscall/syscall_unix.go