diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2012-10-11 12:15:50 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-02-20 13:45:13 +0100 |
commit | 13f56c443b697190373d555b25e2577dcd32a3b6 (patch) | |
tree | a0164afaeac93ec9cdfaf1874dbdf725f3840b26 /include | |
parent | aec10d86476d24a68445d2deb61210f572a435e8 (diff) |
stat: Use fstatat64 if arch does not have the stat syscall
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/stat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/stat.h b/include/sys/stat.h index f3a52ad66..495a68cb1 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -241,6 +241,7 @@ libc_hidden_proto(fstat64) extern int fstatat (int __fd, const char *__restrict __file, struct stat *__restrict __buf, int __flag) __THROW __nonnull ((2, 3)); +libc_hidden_proto(fstatat) # else # ifdef __REDIRECT_NTH extern int __REDIRECT_NTH (fstatat, (int __fd, const char *__restrict __file, |