summaryrefslogtreecommitdiff
path: root/test/sigchld.go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2012-02-24 11:48:19 +1100
committerRob Pike <r@golang.org>2012-02-24 11:48:19 +1100
commit2b2a8fe77447a7549a4114f2071032e1987a49a3 (patch)
treeeafdf8d1c1d1377c38a0f51727f8117038e68e51 /test/sigchld.go
parentb97699ff90abc71a751c9a58648c20e49b3e9fcc (diff)
downloadgo-2b2a8fe77447a7549a4114f2071032e1987a49a3.tar.gz
test/[n-z]*.go: add documentation
R=golang-dev, bradfitz, r CC=golang-dev http://codereview.appspot.com/5700056
Diffstat (limited to 'test/sigchld.go')
-rw-r--r--test/sigchld.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sigchld.go b/test/sigchld.go
index e7c3d5abb..25625a6f4 100644
--- a/test/sigchld.go
+++ b/test/sigchld.go
@@ -5,6 +5,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// Test that a program can survive SIGCHLD.
+
package main
import "syscall"