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] 20030617 CVS fail build up on sparc32.


Hi,

At Wed, 18 Jun 2003 16:09:59 +0200,
Jakub Jelinek wrote:
> > --- libc/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h.orig    Wed Jun 18 16:51:12 2003
> > +++ libc/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h Wed Jun 18 16:52:25 2003
> > @@ -68,7 +68,7 @@
> >  # ifdef IS_IN_libpthread
> >  #  define CENABLE      call __pthread_enable_asynccancel
> >  #  define CDISABLE     call __pthread_disable_asynccancel
> > -# elif defined !NOT_IN_libc
> > +# elif !defined NOT_IN_libc
> >  #  define CENABLE      call __libc_enable_asynccancel
> >  #  define CDISABLE     call __libc_disable_asynccancel
> >  # else
> > 
> > Cant figure out if !defined is corect but seems to hate !NOT_IN_libc ...
> 
> Yes, this is correct. Sorry.

Could you or someone apply this patch for the cvs?

Regards,
-- gotom


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