about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-14 04:10:53 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-14 04:10:53 +0000
commit47805511c441858d7d2c898763d844c5227905b8 (patch)
tree2422ad0c00d040b36b7026a1d0c7d40125be3184
parentfb48047afe9a7d9b3cccc0b9a8734cfefe4008e0 (diff)
downloadglibc-47805511c441858d7d2c898763d844c5227905b8.tar.gz
glibc-47805511c441858d7d2c898763d844c5227905b8.tar.xz
glibc-47805511c441858d7d2c898763d844c5227905b8.zip
Update.
	* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Don't export
	lll_unlock_wake_cb.
-rw-r--r--nptl/ChangeLog3
-rw-r--r--nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S4
2 files changed, 4 insertions, 3 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index a3692f77a4..c086f351f8 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,8 @@
 2003-01-13  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Don't export
+	lll_unlock_wake_cb.
+
 	* Makefile (libpthread-routines): Add version.  Add rules to build
 	version.os and banner.h.
 	* version.c: New file.
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S b/nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S
index 4d5f8fd62d..dda4c18fca 100644
--- a/nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S
+++ b/nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
 
@@ -66,9 +66,7 @@ __lll_lock_wait:
 	.size	__lll_lock_wait,.-__lll_lock_wait
 
 
-	.globl	lll_unlock_wake_cb
 	.type	lll_unlock_wake_cb,@function
-	.hidden	lll_unlock_wake_cb
 	.align	16
 lll_unlock_wake_cb:
 	pushl	%esi