This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Add ...i386/bits/sigcontext.h


On Tuesday, June 21, 2011 06:44:08 PM Ulrich Drepper wrote:
> On Mon, Jun 20, 2011 at 06:17, Andreas Jaeger <aj@novell.com> wrote:
> > Compiling with current kernel headers on x86, I got a wrong definition of
> > NULL coming from kernel headers.
> 
> Let's avoid duplicating the header is possible.  What does it take to
> fix the include after the fact?

We duplicated the header already for some other architectures.

NULL was defined wrongly, so the following - untested - should do the trick:
# include <asm/sigcontext.h>
# define __need_NULL
# include <stddef.h>

I'll test this now and send a patch...

Andreas
-- 
 Andreas Jaeger, Program Manager openSUSE
  aj@{novell.com,suse.com,opensuse.org} Twitter/Identica: jaegerandi
   SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
    GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg)
     GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


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