xref: /csrg-svn/include/signal.h (revision 50750)
1*50750Sbostic /*-
2*50750Sbostic  * Copyright (c) 1991 The Regents of the University of California.
3*50750Sbostic  * All rights reserved.
4*50750Sbostic  *
5*50750Sbostic  * %sccs.include.redist.c%
6*50750Sbostic  *
7*50750Sbostic  *	@(#)signal.h	5.1 (Berkeley) 08/02/91
8*50750Sbostic  */
9*50750Sbostic 
10*50750Sbostic #include <sys/signal.h>
11*50750Sbostic 
12*50750Sbostic #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
13*50750Sbostic extern char *sys_signame[NSIG];
14*50750Sbostic extern char *sys_siglist[NSIG];
15*50750Sbostic #endif
16