summaryrefslogtreecommitdiff
path: root/lib/libc/gen/signame.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/signame.c')
-rw-r--r--lib/libc/gen/signame.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/signame.c b/lib/libc/gen/signame.c
index 51f80e3d4ed..39841917fa9 100644
--- a/lib/libc/gen/signame.c
+++ b/lib/libc/gen/signame.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: signame.c,v 1.4 2005/08/08 08:05:34 espie Exp $ */
+/* $OpenBSD: signame.c,v 1.5 2009/11/27 19:47:45 guenther Exp $ */
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved.
@@ -63,5 +63,6 @@ const char *const sys_signame[NSIG] = {
"WINCH", /* SIGWINCH */
"INFO", /* SIGINFO */
"USR1", /* SIGUSR1 */
- "USR2" /* SIGUSR2 */
+ "USR2", /* SIGUSR2 */
+ "THR", /* SIGTHR */
};