sigcontext.h. From Matthias Klose <doko@itso.de>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26574
138bc75d-0d04-0410-961f-
82ee72b054a4
+1999-04-21 Tom Tromey <tromey@cygnus.com>
+
+ * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
+ sigcontext.h. From Matthias Klose <doko@itso.de>.
+
1999-04-16 Tom Tromey <tromey@cygnus.com>
* config.h (__start): Declare as `int' in alpha/OSF1 case. From
/* prototypes, so we have to include the top-level sigcontext.h to */
/* make sure the former gets defined to be the latter if appropriate. */
# include <features.h>
-# if 2 <= __GLIBC__
+# if 2 <= __GLIBC__ && 0 == __GLIBC_MINOR__
# include <sigcontext.h>
# else /* not 2 <= __GLIBC__ */
/* libc5 doesn't have <sigcontext.h>: go directly with the kernel */