about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2014-05-29 12:14:49 -0400
committerRichard Henderson <rth@redhat.com>2014-05-30 14:11:51 -0400
commitf0712b543eaddeca8fc6d7a8eb6b5b8d24105ce2 (patch)
tree679bcf4ee73f9501e6389b954525ec08b548446d /ChangeLog
parent74f31c18593111725478a991b395ae45661985a3 (diff)
downloadglibc-f0712b543eaddeca8fc6d7a8eb6b5b8d24105ce2.tar.gz
glibc-f0712b543eaddeca8fc6d7a8eb6b5b8d24105ce2.tar.xz
glibc-f0712b543eaddeca8fc6d7a8eb6b5b8d24105ce2.zip
aarch64: Remove PSEUDO_RET
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d85abef6e..818dd07a16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2014-05-30  Richard Henderson  <rth@twiddle.net>
 
+	* sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
+	(PSEUDO_RET_NOERRNO): Remove.
+	(ret): Don't redefine.
+	(ret_NOERRNO): Define in terms of ret.
+	(ret_ERRVAL): Likewise.
+
 	* sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
 	use of PSEUDO_RET; perform the error check directly.