diff --git a/doc/go1.3.html b/doc/go1.3.html index fcb8d4c641..07e695124d 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html @@ -368,7 +368,13 @@ non-printing.
  • TODO: syscall: add Accept4 for freebsd (CL 68880043)
  • -
  • TODO: syscall: add NewCallbackCDecl to use for windows callbacks (CL 36180044)
  • +
  • +On Windows, the syscall package now +supports the cdecl calling convention through the addition of a new function +NewCallbackCDecl +alongside the existing function +NewCallback. +
  • TODO: syscall: add support for FreeBSD 10 (CL 56770044, 56980043)