about summary refs log tree commit diff
path: root/linuxthreads/sysdeps/unix/sysv/linux
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-07-14 23:05:23 +0000
committerUlrich Drepper <drepper@redhat.com>2003-07-14 23:05:23 +0000
commit75540d8ad415cd04f981d81fe7c9effda5f88af5 (patch)
tree58e1879e6335497338f468366c3a08fced8d092f /linuxthreads/sysdeps/unix/sysv/linux
parent255476a9e58ce60e5e03dc2641fdde20f4fbc321 (diff)
downloadglibc-75540d8ad415cd04f981d81fe7c9effda5f88af5.tar.gz
glibc-75540d8ad415cd04f981d81fe7c9effda5f88af5.tar.xz
glibc-75540d8ad415cd04f981d81fe7c9effda5f88af5.zip
Update.
2003-07-14  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Fix typo
	in test for compilation in libc.
Diffstat (limited to 'linuxthreads/sysdeps/unix/sysv/linux')
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h b/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h
index 87f7367dd0..3fcd108d67 100644
--- a/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h
+++ b/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h
@@ -68,7 +68,7 @@ SYSCALL_ERROR_HANDLER_ENTRY(__syscall_error_handler2)			      \
 # 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