]> Cypherpunks repositories - gostls13.git/commit
runtime: fix return type for bsdthread_register in comments
authorMichael Matloob <matloob@google.com>
Sat, 24 Jan 2015 01:56:47 +0000 (17:56 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 8 Apr 2015 14:13:53 +0000 (14:13 +0000)
commita173357cd5d94ee88112ba46871c5d9344a2445e
treefd35253e38a53f98d8ae94f5917874dc402d67d4
parenta814c05ebac9409caed705900c8c06c09e36cba2
runtime: fix return type for bsdthread_register in comments

The return type for bsdthread_register is int32. See
runtime/os_darwin.go.

This change also rewrites declaration comments for go functions to
use go syntax and fixes vet errors in sys_darwin_amd64.s.

Change-Id: I7482105f7562929e0ede30099efac9e76babd8a3
Reviewed-on: https://go-review.googlesource.com/3260
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/sys_darwin_386.s
src/runtime/sys_darwin_amd64.s