aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/mk/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/mk/unix.c')
-rw-r--r--src/cmd/mk/unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/mk/unix.c b/src/cmd/mk/unix.c
index 28951f55..7ecce69f 100644
--- a/src/cmd/mk/unix.c
+++ b/src/cmd/mk/unix.c
@@ -259,7 +259,7 @@ static struct
SIGFPE, "sys: fp: fptrap",
SIGPIPE, "sys: write on closed pipe",
SIGILL, "sys: trap: illegal instruction",
-// SIGSEGV, "sys: segmentation violation",
+/* SIGSEGV, "sys: segmentation violation", */
0, 0
};