diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2012-10-11 12:18:54 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-02-20 13:45:13 +0100 |
commit | 36b3c53f924f049e32d677e914592389b875d28b (patch) | |
tree | a51ebe06b3010f19f1ae3d4d6d1725d1792fe572 /include | |
parent | 82fd359bcccb162d78c3b7fbd572ac074aee98e9 (diff) |
stat64: Use fstatat64 if arch does not have the stat64 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 9283a8971..f3a52ad66 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -256,6 +256,7 @@ extern int __REDIRECT_NTH (fstatat, (int __fd, const char *__restrict __file, extern int fstatat64 (int __fd, const char *__restrict __file, struct stat64 *__restrict __buf, int __flag) __THROW __nonnull ((2, 3)); +libc_hidden_proto(fstatat64) # endif #endif |