os_dep.c: glibc 2.1 requires asm/sigcontext.h, not sigcontext.h.

* os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
	sigcontext.h.  From Matthias Klose <doko@itso.de>.

From-SVN: r26574
This commit is contained in:
Tom Tromey 1999-04-21 09:42:28 +00:00 committed by Tom Tromey
parent 4cd4ea9101
commit 11bbe619e3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -30,7 +30,7 @@
/* 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 */