This is the mail archive of the libc-alpha@sources.redhat.com 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: [PATCH] glibc-2.2.94 _exit.c fix for alpha


On Thu, Sep 19, 2002 at 09:16:34PM -0700, Ulrich Drepper wrote:
> 
> Yes, that would work.  We usually put an #ifdef around the use, though. 
>  I've checked in a patch like that.  Thanks,
> 

Okay, that's how I did it at first... but a quick grep in the sysdeps
directory shows all the references to ABORT_INSTRUCTION are *not*
#ifdef'd like that.  They all include <abort-instr.h> like my patch...
I actually copied that block from the other files.
 
What about the #include <errno.h>?

- glen


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