]> Cypherpunks repositories - gostls13.git/commit
runtime: Permit default behaviour of SIGTSTP, SIGTTIN, SIGTTOU.
authorDavid Symonds <dsymonds@golang.org>
Fri, 17 Feb 2012 03:36:40 +0000 (14:36 +1100)
committerDavid Symonds <dsymonds@golang.org>
Fri, 17 Feb 2012 03:36:40 +0000 (14:36 +1100)
commit3d8ebefbbe5c271b9b97904d87c4fa970c035f17
treeaeb9276302ab4fd99d6d4bd6eb029dd7082569c6
parentefb28b2ac1808bcbb7df28d12addc6df630353d5
runtime: Permit default behaviour of SIGTSTP, SIGTTIN, SIGTTOU.

Fixes #3037.

R=rsc, minux.ma, r, rsc
CC=golang-dev
https://golang.org/cl/5674072
src/pkg/runtime/runtime.h
src/pkg/runtime/signal_plan9_386.c
src/pkg/runtime/signal_unix.c
src/pkg/runtime/signal_windows_386.c
src/pkg/runtime/signal_windows_amd64.c
src/pkg/runtime/signals_darwin.h
src/pkg/runtime/signals_freebsd.h
src/pkg/runtime/signals_linux.h
src/pkg/runtime/signals_netbsd.h
src/pkg/runtime/signals_openbsd.h
src/pkg/runtime/sigqueue.goc