summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-05 10:55:15 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-05 10:55:15 +0000
commit73e9ae887fab0918165e49d783328c891c1b1bdb (patch)
treef20298d0dd2e59958be2e3fcd1cc708ae8c3bece /nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S
parenta7f7b879fbe6fb58b670ad41d2b6e40f14730cb8 (diff)
Update.
2003-01-04 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: New file. * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile: New file.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S b/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S
index 5afe53d484..83a4fb330b 100644
--- a/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S
+++ b/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelcond.S
@@ -136,7 +136,7 @@ __pthread_cond_wait:
movl %ebx, 8(%esp)
movl %eax, 4(%esp)
movl %edx, (%esp)
- call _GI_pthread_cleanup_push
+ call __pthread_cleanup_push
/* Get and store current wakeup_seq value. */
movl wakeup_seq(%ebx), %edi
@@ -209,7 +209,7 @@ __pthread_cond_wait:
11: leal 12(%esp), %edx
movl $0, 4(%esp)
movl %edx, (%esp)
- call _GI_pthread_cleanup_pop
+ call __pthread_cleanup_pop
movl 48(%esp), %eax
movl %eax, (%esp)
@@ -316,7 +316,7 @@ __pthread_cond_timedwait:
movl %ebx, 8(%esp)
movl %eax, 4(%esp)
movl %edx, (%esp)
- call _GI_pthread_cleanup_push
+ call __pthread_cleanup_push
/* Get and store current wakeup_seq value. */
movl wakeup_seq(%ebx), %edi
@@ -425,7 +425,7 @@ __pthread_cond_timedwait:
11: leal 20(%esp), %edx
movl $0, 4(%esp)
movl %edx, (%esp)
- call _GI_pthread_cleanup_pop
+ call __pthread_cleanup_pop
movl 60(%esp), %ecx
movl %ecx, (%esp)