aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-03-29 22:13:36 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-03-29 22:13:36 +0000
commit258ec8abc1fb26b800cb22c374c242ea98111679 (patch)
treedf354c0e8e88f521abdc33e9d0034a17fd73050e /ChangeLog
parent317b199b4aff8cfa27f2302ab404d2bb5032b9a4 (diff)
downloadglibc-258ec8abc1fb26b800cb22c374c242ea98111679.tar.xz
glibc-258ec8abc1fb26b800cb22c374c242ea98111679.zip
[microblaze] Remove __ASSUME_FUTIMESAT.
MicroBlaze has a special version of futimesat.c because it gained the futimesat syscall later than other non-asm-generic architectures. Now the minimum kernel is recent enough that this syscall can always be assumed to be present for MicroBlaze, so this patch removes the special version and the __ASSUME_FUTIMESAT macro, resulting in the sysdeps/unix/sysv/linux/futimesat.c version being used. Untested. * sysdeps/unix/sysv/linux/microblaze/kernel-features.h (__ASSUME_FUTIMESAT): Remove macro. * sysdeps/unix/sysv/linux/microblaze/futimesat.c: Remove file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b620bbfcfa..82632725a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-03-29 Joseph Myers <joseph@codesourcery.com>
+
+ * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
+ (__ASSUME_FUTIMESAT): Remove macro.
+ * sysdeps/unix/sysv/linux/microblaze/futimesat.c: Remove file.
+
2016-03-29 Florian Weimer <fweimer@redhat.com>
[BZ #19879]