]> Cypherpunks repositories - gostls13.git/commit
runtime, net: fix arm build
authorRuss Cox <rsc@golang.org>
Thu, 14 Mar 2013 19:42:25 +0000 (19:42 +0000)
committerRuss Cox <rsc@golang.org>
Thu, 14 Mar 2013 19:42:25 +0000 (19:42 +0000)
commitcf46e561b2be3b15649fe029ffa8dc02fca6459a
treeb5c37d0cd729676ba942e30c46a2966f73a951fb
parent8bbb6d3ed04ed0d79438045bb8d56b8c03a42944
runtime, net: fix arm build

Bring net/fd_linux.go back (it was deleted this morning)
because it is still needed for ARM.

Fix a few typos in the runtime reorg.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/7759046
src/pkg/net/fd_linux.go [new file with mode: 0644]
src/pkg/runtime/defs_linux_arm.h
src/pkg/runtime/signal_arm.c
src/pkg/runtime/signal_linux_arm.h