This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Fix ia64 sys/ucontext.h


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]