system/core
Révision | 9b4a013c9624b66895c103715a060c22f47583d6 (tree) |
---|---|
l'heure | 2010-04-16 12:04:17 |
Auteur | Thorsten Glaser <tg@mirb...> |
Commiter | Chih-Wei Huang |
sys_signame[] was added to libc, remove conflicting definition
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
@@ -60,20 +60,6 @@ __RCSID("$NetBSD: trap.c,v 1.31 2005/01/11 19:38:57 christos Exp $"); | ||
60 | 60 | #include "mystring.h" |
61 | 61 | #include "var.h" |
62 | 62 | |
63 | -static const char *sys_signame[NSIG] = { | |
64 | - "Unused", | |
65 | - "HUP", "INT", "QUIT", "ILL", | |
66 | - "TRAP", "ABRT", "BUS", "FPE", | |
67 | - "KILL", "USR1", "SEGV", "USR2", | |
68 | - "PIPE", "ALRM", "TERM", | |
69 | - "Unknown", | |
70 | - "CHLD", | |
71 | - "CONT", "STOP", "TSTP", "TTIN", | |
72 | - "TTOU", "URG", "XCPU", "XFSZ", | |
73 | - "VTALRM", "PROF", "WINCH", "IO", | |
74 | - "PWR", "SYS" | |
75 | -}; | |
76 | - | |
77 | 63 | /* |
78 | 64 | * Sigmode records the current value of the signal handlers for the various |
79 | 65 | * modes. A value of zero means that the current handler is not known. |