]> Cypherpunks repositories - gostls13.git/commit
windows: runtime: implemented console ctrl handler (SIGINT).
authorHector Chu <hectorchu@gmail.com>
Mon, 14 Feb 2011 17:15:13 +0000 (12:15 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 14 Feb 2011 17:15:13 +0000 (12:15 -0500)
commit1723fbe13e9288f1dff1da90df6fd6922f941975
tree8592948f31eac4f859b8d610bd88162af698d9f4
parentb9f94768f90dfc7f5d4bf7cf9ccf64b9190d0e93
windows: runtime: implemented console ctrl handler (SIGINT).

R=rsc, brainman, iant2
CC=golang-dev
https://golang.org/cl/4129049
src/pkg/runtime/windows/386/defs.h
src/pkg/runtime/windows/386/signal.c
src/pkg/runtime/windows/386/sys.s
src/pkg/runtime/windows/defs.c
src/pkg/runtime/windows/os.h
src/pkg/runtime/windows/thread.c