1 /* $NetBSD: compat__sys_siglist.c,v 1.1 2005/09/13 01:44:09 christos Exp $ */
4 * Written by J.T. Conklin, December 12, 1994
9 #if defined(LIBC_SCCS) && !defined(lint)
10 __RCSID("$NetBSD: compat__sys_siglist.c,v 1.1 2005/09/13 01:44:09 christos Exp $");
11 #endif /* LIBC_SCCS and not lint */
13 __warn_references(sys_siglist
,
14 "warning: reference to compatibility sys_siglist[]; include <signal.h> or <unistd.h> for correct reference")
15 __warn_references(__sys_siglist
,
16 "warning: reference to deprecated __sys_siglist[]; include <signal.h> or <unistd.h> and use sys_siglist")
18 #if defined(__indr_reference) && !defined(__lint__)
19 __indr_reference(_sys_siglist
, sys_siglist
)
20 __indr_reference(_sys_siglist
, __sys_siglist
) /* Backwards compat with v.12 */
25 #define _sys_siglist sys_siglist
27 #include "compat_siglist.c"
31 #define _sys_siglist __sys_siglist
33 #include "compat_siglist.c"