]> Cypherpunks repositories - gostls13.git/commit
syscall: include complete prototype of system calls
authorKeith Randall <khr@google.com>
Mon, 29 Jul 2019 21:41:00 +0000 (14:41 -0700)
committerKeith Randall <khr@golang.org>
Mon, 5 Aug 2019 19:01:06 +0000 (19:01 +0000)
commitd1338ec30e8c611395a6b253b441734adb9635de
treea4698537a2ac180c3b61f62001c6c5525e4a50db
parent6e11d81b4dd1c1d83d28f861db624f5340b8a6c5
syscall: include complete prototype of system calls

The prototypes were truncated because they were on multiple lines
of the source file.

Copied from the STD lines for these functions in
https://svn.freebsd.org/base/stable/12/sys/kern/syscalls.master

Change-Id: I618a5444f1353aabee2758c06f86ad726185d19c
Reviewed-on: https://go-review.googlesource.com/c/go/+/188077
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/syscall_freebsd.go