[PATCH] 20030617 CVS fail build up on sparc32.
Jakub Jelinek
jakub@redhat.com
Wed Jun 18 14:10:00 GMT 2003
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
More information about the Libc-alpha
mailing list