]> Cypherpunks repositories - gostls13.git/commit
runtime: don't define libc_getpid in os3_solaris.go
authorIan Lance Taylor <iant@golang.org>
Tue, 28 Jul 2015 06:29:09 +0000 (23:29 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 28 Jul 2015 14:07:17 +0000 (14:07 +0000)
commit0229317d7665fc7195028f7dc7cd4e88d320e46a
treefdd093e6891e860b1e288446e09be782006e8f54
parent80abe2fc59b8689413e906ad803ebc176389b926
runtime: don't define libc_getpid in os3_solaris.go

The function is already defined between syscall_solaris.go and
syscall2_solaris.go.

Change-Id: I034baf7c8531566bebfdbc5a4061352cbcc31449
Reviewed-on: https://go-review.googlesource.com/12773
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/os3_solaris.go