[microblaze] Remove __ASSUME_FUTIMESAT.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 29 Mar 2016 22:13:36 +0000 (22:13 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 29 Mar 2016 22:13:36 +0000 (22:13 +0000)
commit258ec8abc1fb26b800cb22c374c242ea98111679
treedf354c0e8e88f521abdc33e9d0034a17fd73050e
parent317b199b4aff8cfa27f2302ab404d2bb5032b9a4
[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.
ChangeLog
sysdeps/unix/sysv/linux/microblaze/futimesat.c [deleted file]
sysdeps/unix/sysv/linux/microblaze/kernel-features.h