mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
Update.
* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Don't export lll_unlock_wake_cb.
This commit is contained in:
parent
fb48047afe
commit
47805511c4
@ -1,5 +1,8 @@
|
|||||||
2003-01-13 Ulrich Drepper <drepper@redhat.com>
|
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
|
* Makefile (libpthread-routines): Add version. Add rules to build
|
||||||
version.os and banner.h.
|
version.os and banner.h.
|
||||||
* version.c: New file.
|
* version.c: New 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.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
|
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
|
||||||
|
|
||||||
@ -66,9 +66,7 @@ __lll_lock_wait:
|
|||||||
.size __lll_lock_wait,.-__lll_lock_wait
|
.size __lll_lock_wait,.-__lll_lock_wait
|
||||||
|
|
||||||
|
|
||||||
.globl lll_unlock_wake_cb
|
|
||||||
.type lll_unlock_wake_cb,@function
|
.type lll_unlock_wake_cb,@function
|
||||||
.hidden lll_unlock_wake_cb
|
|
||||||
.align 16
|
.align 16
|
||||||
lll_unlock_wake_cb:
|
lll_unlock_wake_cb:
|
||||||
pushl %esi
|
pushl %esi
|
||||||
|
Loading…
Reference in New Issue
Block a user