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.


On Wed, Jun 18, 2003 at 05:07:00PM +0300, Balint Cristian 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.

	Jakub


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