From b26c8562b0dc21050bd5a6fc40ef5aee1e1f2c96 Mon Sep 17 00:00:00 2001 From: Thorsten Glaser Date: Tue, 1 Dec 2009 15:37:24 +0100 Subject: sys_signame[] was added to libc, remove conflicting definition Signed-off-by: Thorsten Glaser --- sh/trap.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'sh') diff --git a/sh/trap.c b/sh/trap.c index b3b2db414..7cb5201c0 100644 --- a/sh/trap.c +++ b/sh/trap.c @@ -60,20 +60,6 @@ __RCSID("$NetBSD: trap.c,v 1.31 2005/01/11 19:38:57 christos Exp $"); #include "mystring.h" #include "var.h" -static const char *sys_signame[NSIG] = { - "Unused", - "HUP", "INT", "QUIT", "ILL", - "TRAP", "ABRT", "BUS", "FPE", - "KILL", "USR1", "SEGV", "USR2", - "PIPE", "ALRM", "TERM", - "Unknown", - "CHLD", - "CONT", "STOP", "TSTP", "TTIN", - "TTOU", "URG", "XCPU", "XFSZ", - "VTALRM", "PROF", "WINCH", "IO", - "PWR", "SYS" -}; - /* * Sigmode records the current value of the signal handlers for the various * modes. A value of zero means that the current handler is not known. -- cgit v1.2.3