From 932be5efa31cebeb7d09d5786357cb878c4763e4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 10 Feb 1996 11:19:12 +0000 Subject: #undef _SIGNAL_H before defining it. --- sysdeps/generic/make_siglist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/generic') diff --git a/sysdeps/generic/make_siglist.c b/sysdeps/generic/make_siglist.c index a38ab6aa2e..d42fc0f358 100644 --- a/sysdeps/generic/make_siglist.c +++ b/sysdeps/generic/make_siglist.c @@ -19,6 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include /* Get this configuration's defns of the signal numbers. */ +#undef _SIGNAL_H #define _SIGNAL_H 1 #include SIGNUM_H -- cgit 1.4.1