about summary refs log tree commit diff
path: root/sysdeps/generic/make_siglist.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-02-10 11:19:12 +0000
committerRoland McGrath <roland@gnu.org>1996-02-10 11:19:12 +0000
commit932be5efa31cebeb7d09d5786357cb878c4763e4 (patch)
treeb6e7372a7b256b7cfaf1d494c67832bc28560e76 /sysdeps/generic/make_siglist.c
parent6a032d81581978187f562e5533a32e0a6a3d352b (diff)
downloadglibc-932be5efa31cebeb7d09d5786357cb878c4763e4.tar.gz
glibc-932be5efa31cebeb7d09d5786357cb878c4763e4.tar.xz
glibc-932be5efa31cebeb7d09d5786357cb878c4763e4.zip
#undef _SIGNAL_H before defining it.
Diffstat (limited to 'sysdeps/generic/make_siglist.c')
-rw-r--r--sysdeps/generic/make_siglist.c1
1 files changed, 1 insertions, 0 deletions
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 <signal.h>
 
 /* Get this configuration's defns of the signal numbers.  */
+#undef	_SIGNAL_H
 #define _SIGNAL_H 1
 #include SIGNUM_H