]> sourceware.org Git - glibc.git/commit
Linux: Use __fstatat64 in fchmodat implementation
authorFlorian Weimer <fweimer@redhat.com>
Thu, 5 Mar 2020 12:27:53 +0000 (13:27 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 5 Mar 2020 15:10:26 +0000 (16:10 +0100)
commite5244cd88a5414c964b32bb95cf60fc9c1958a5f
tree55744de42c020d507f875ca08ab3b248e532d618
parentc10826a3277aa7fc0040c0fa18e60cafbab26edf
Linux: Use __fstatat64 in fchmodat implementation

fstatat64 depends on inlining to produce the desired __fxstatat64
call, which does not happen with -Os, leading to a link failure
with an undefined reference to fstatat64.  __fxstatat64 has a macro
definition in include/sys/stat.h and thus avoids the problem.
sysdeps/unix/sysv/linux/fchmodat.c
This page took 0.037059 seconds and 5 git commands to generate.