• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/core


Commit MetaInfo

Révision9b4a013c9624b66895c103715a060c22f47583d6 (tree)
l'heure2010-04-16 12:04:17
AuteurThorsten Glaser <tg@mirb...>
CommiterChih-Wei Huang

Message de Log

sys_signame[] was added to libc, remove conflicting definition

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>

Change Summary

Modification

--- 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 $");
6060 #include "mystring.h"
6161 #include "var.h"
6262
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-
7763 /*
7864 * Sigmode records the current value of the signal handlers for the various
7965 * modes. A value of zero means that the current handler is not known.