From 580c1888bec85d6ec20b8c9d3b893b5397a71325 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 18 Oct 1995 19:46:18 +0000 Subject: * signal/signal.h [__USE_BSD] (_sys_siglist, sys_siglist): Declare them. --- signal/signal.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'signal/signal.h') diff --git a/signal/signal.h b/signal/signal.h index a6db005..9d6c54b 100644 --- a/signal/signal.h +++ b/signal/signal.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -178,6 +178,11 @@ extern int sigpending __P ((sigset_t *__set)); #if defined(_SIGNAL_H) && defined(__USE_BSD) +/* Names of the signals. This variable exists only for compatiblity. + Use `strsignal' instead (see ). */ +extern __const char *__const _sys_siglist[NSIG]; +extern __const char *__const sys_siglist[NSIG]; + /* Structure passed to `sigvec'. */ struct sigvec { -- cgit v1.1