commit | 0ed728c48a0cfe7ad5dd90dbc0b9cc2558aa9424 | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Mon Jan 11 11:23:46 2010 -0800 |
committer | Russ Cox <rsc@golang.org> | Mon Jan 11 11:23:46 2010 -0800 |
tree | 81d849c3aa0ce1c15a93858d93672e8f3e7cee4b | |
parent | 93d81fb7476fb3b6aa428be7f55fa59ad1356ae0 [diff] [blame] |
Replicate signal names from syscall in os/signal. R=rsc CC=golang-dev https://golang.org/cl/183142
diff --git a/.hgignore b/.hgignore index c739a20..7e039d1 100644 --- a/.hgignore +++ b/.hgignore
@@ -20,6 +20,7 @@ src/cmd/gc/opnames.h src/pkg/Make.deps src/pkg/exp/ogle/ogle +src/pkg/os/signal/unix.go src/pkg/runtime/cgo2c src/pkg/runtime/*/asm.h src/pkg/runtime/runtime.acid.*