aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-11 19:40:00 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-11 19:40:00 +0000
commit6c477888caa491a3a296f5a8ef594cc4aa37b555 (patch)
tree9dfd0f792c0c309775f8bb684c8a7d50988f33cb /nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S
parentf006d3a007b7caffd4c810fa71623b39334a1580 (diff)
downloadglibc-6c477888caa491a3a296f5a8ef594cc4aa37b555.tar
glibc-6c477888caa491a3a296f5a8ef594cc4aa37b555.tar.gz
glibc-6c477888caa491a3a296f5a8ef594cc4aa37b555.tar.bz2
glibc-6c477888caa491a3a296f5a8ef594cc4aa37b555.zip
Update.
2003-03-11 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (__NR_pread64): Define to __NR_pread if not defined. (__NR_pwrite64): Define to __NR_pwrite if not defined.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S b/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S
index 76d9fee3c6..afdec13e50 100644
--- a/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S
+++ b/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S
@@ -50,7 +50,7 @@ sem_timedwait:
jne 2b
xorl %eax, %eax
- ret
+ retq
/* Check whether the timeout value is valid. */
1: subq $16, %rsp
@@ -118,7 +118,7 @@ sem_timedwait:
movl %eax, %fs:(%rdx)
#else
movl %eax, %edx
- call __errno_location@plt
+ callq __errno_location@plt
movl %edx, (%rax)
#endif