* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Don't export
	lll_unlock_wake_cb.
This commit is contained in:
Ulrich Drepper 2003-01-14 04:10:53 +00:00
parent fb48047afe
commit 47805511c4
2 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -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