mirror of
https://github.com/golang/go
synced 2024-11-12 07:40:23 -07:00
syscall: update doc comment to match behavior for Proc.Call
golang.org/cl/147117 increased the number of arguments permitted by Proc.Call on Windows, but the doc comment was never updated. Change-Id: Iea5eb9e0aafbc1025d5fcb8665d028b2254c183a Reviewed-on: https://go-review.googlesource.com/c/153825 Reviewed-by: Channing Kimble-Brown <ckimblebrown@google.com> Reviewed-by: Andrew Bonventre <andybons@golang.org>
This commit is contained in:
parent
561923fa7a
commit
a35ddcc222
@ -132,7 +132,7 @@ func (p *Proc) Addr() uintptr {
|
||||
|
||||
//go:uintptrescapes
|
||||
|
||||
// Call executes procedure p with arguments a. It will panic, if more than 15 arguments
|
||||
// Call executes procedure p with arguments a. It will panic if more than 18 arguments
|
||||
// are supplied.
|
||||
//
|
||||
// The returned error is always non-nil, constructed from the result of GetLastError.
|
||||
|
Loading…
Reference in New Issue
Block a user