about summary refs log tree commit diff
path: root/sysdeps/unix/i386/sysdep.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/i386/sysdep.S')
-rw-r--r--sysdeps/unix/i386/sysdep.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/i386/sysdep.S b/sysdeps/unix/i386/sysdep.S
index dceb6815f4..6056cbeef2 100644
--- a/sysdeps/unix/i386/sysdep.S
+++ b/sysdeps/unix/i386/sysdep.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 2000, 2002
+/* Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 2000, 2002, 2004
 	Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
@@ -68,7 +68,7 @@ notb:
 	popl %ebx
 	movl %eax, %gs:0(%ecx)
 # elif RTLD_PRIVATE_ERRNO
-	movl %eax, C_SYMBOL_NAME(errno@GOTOFF)(%ebx)
+	movl %eax, C_SYMBOL_NAME(rtld_errno@GOTOFF)(%ebx)
 
 	/* Pop %ebx value saved before jumping here.  */
 	popl %ebx