mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
67737b8f07
The __ASSUME_UTIMES macro describes whether the utimes syscall is present. For linux-generic architectures, it isn't (utimensat is instead), so the macro should not be defined for them; this patch removes the spurious definitions for such architectures. (Those definitions don't actually cause any user-visible bug, because futimes.c doesn't use __ASSUME_UTIMES if __ASSUME_UTIMENSAT is defined, and futimesat.c and utimes.c are overridden for linux-generic, but the definitions are still logically incorrect.) * sysdeps/unix/sysv/linux/aarch64/kernel-features.h (__ASSUME_UTIMES): Remove. * sysdeps/unix/sysv/linux/tile/kernel-features.h (__ASSUME_UTIMES): Likewise. |
||
---|---|---|
.. | ||
bits | ||
nptl | ||
sys | ||
tilegx | ||
tilepro | ||
cacheflush.c | ||
configure | ||
configure.ac | ||
dl-static.c | ||
getcontext.S | ||
gettimeofday.c | ||
init-first.c | ||
kernel-features.h | ||
ldsodefs.h | ||
makecontext.c | ||
Makefile | ||
profil-counter.h | ||
set_dataplane.c | ||
setcontext.S | ||
sigcontextinfo.h | ||
swapcontext.S | ||
syscall.S | ||
sysdep.c | ||
sysdep.h | ||
ucontext_i.h | ||
Versions |