diff options
author | Roland McGrath <roland@gnu.org> | 1996-02-10 11:19:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-02-10 11:19:12 +0000 |
commit | 932be5efa31cebeb7d09d5786357cb878c4763e4 (patch) | |
tree | b6e7372a7b256b7cfaf1d494c67832bc28560e76 /sysdeps/generic/make_siglist.c | |
parent | 6a032d81581978187f562e5533a32e0a6a3d352b (diff) | |
download | glibc-932be5efa31cebeb7d09d5786357cb878c4763e4.tar glibc-932be5efa31cebeb7d09d5786357cb878c4763e4.tar.gz glibc-932be5efa31cebeb7d09d5786357cb878c4763e4.tar.bz2 glibc-932be5efa31cebeb7d09d5786357cb878c4763e4.zip |
#undef _SIGNAL_H before defining it.
Diffstat (limited to 'sysdeps/generic/make_siglist.c')
-rw-r--r-- | sysdeps/generic/make_siglist.c | 1 |
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 |