mirror of
https://github.com/golang/go
synced 2024-11-12 02:50:25 -07:00
syscall: correct comment on where compileCallback is defined
Fixes #11216. Change-Id: Iad1f4894c2258909484eaf975b08e0f47a82788e Reviewed-on: https://go-review.googlesource.com/11098 Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
parent
44618b28d4
commit
0ee92cf9c5
@ -107,7 +107,7 @@ func (e Errno) Timeout() bool {
|
||||
return e == EAGAIN || e == EWOULDBLOCK || e == ETIMEDOUT
|
||||
}
|
||||
|
||||
// Implemented in asm_windows.s
|
||||
// Implemented in runtime/syscall_windows.go.
|
||||
func compileCallback(fn interface{}, cleanstack bool) uintptr
|
||||
|
||||
// Converts a Go function to a function pointer conforming
|
||||
|
Loading…
Reference in New Issue
Block a user