[PATCH] Fix ia64 sys/ucontext.h
Andreas Jaeger
aj@suse.de
Tue May 22 01:33:00 GMT 2001
Jakub Jelinek <jakub@redhat.com> writes:
> Hi!
>
> #define _XOPEN_SOURCE 500
> #include <signal.h>
> #include <sys/ucontext.h>
>
> does not work on ia64. The issue is that signal.h under these conditions
> does not source bits/sigcontext.h.
> Fixed thusly (the multiple inclusion guards are on most platforms inside
> asm/sigcontext.h, so are not needed in bits/sigcontext.h):
>
> 2001-05-21 Jakub Jelinek <jakub@redhat.com>
>
> * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Include
> bits/sigcontext.h instead of bits/sigstack.h.
> * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add
> multiple-inclusion guards.
Thanks, I'll commit this now,
Andreas
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
More information about the Libc-hacker
mailing list