]> Cypherpunks repositories - gostls13.git/commit
syscall: update doc comment to match behavior for Proc.Call
authorAndrew Bonventre <andybons@golang.org>
Wed, 12 Dec 2018 22:05:06 +0000 (17:05 -0500)
committerAndrew Bonventre <andybons@golang.org>
Wed, 12 Dec 2018 22:21:52 +0000 (22:21 +0000)
commita35ddcc222dc84c5a510f5440713b70c07162b0f
treef1b5ba8cd562b7180d29db2c65fbc9ef573c99e7
parent561923fa7a7d47bba99556aaa61e40dd38708773
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>
src/syscall/dll_windows.go