about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-05-04 16:47:14 +0000
committerUlrich Drepper <drepper@redhat.com>2004-05-04 16:47:14 +0000
commit50c2b6d7d991ac885725dce5f2e76669e24915c6 (patch)
treebdfc62769ec36dbb4e79ecdce81bf3ce752c1fcb /sysdeps
parent27b0258934adb212b760ead998d51f8005224abc (diff)
downloadglibc-50c2b6d7d991ac885725dce5f2e76669e24915c6.tar.gz
glibc-50c2b6d7d991ac885725dce5f2e76669e24915c6.tar.xz
glibc-50c2b6d7d991ac885725dce5f2e76669e24915c6.zip
Update.
2004-05-04  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove
	defined.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/ia64/sysdep.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/sysdep.S b/sysdeps/unix/sysv/linux/ia64/sysdep.S
index 24780a1692..3b4b600b42 100644
--- a/sysdeps/unix/sysv/linux/ia64/sysdep.S
+++ b/sysdeps/unix/sysv/linux/ia64/sysdep.S
@@ -34,7 +34,7 @@ ENTRY(__syscall_error)
 	;;
 	st4	[r2]=r8
 	mov	r8=-1
-#elif defined USE___THREAD
+#elif USE___THREAD
 # ifndef NOT_IN_libc
 #  define SYSCALL_ERROR_ERRNO __libc_errno
 # else