summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_platform_limits_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sanitizer_common/sanitizer_platform_limits_posix.h')
-rw-r--r--lib/sanitizer_common/sanitizer_platform_limits_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sanitizer_common/sanitizer_platform_limits_posix.h b/lib/sanitizer_common/sanitizer_platform_limits_posix.h
index bd41b900..e8ee086e 100644
--- a/lib/sanitizer_common/sanitizer_platform_limits_posix.h
+++ b/lib/sanitizer_common/sanitizer_platform_limits_posix.h
@@ -42,6 +42,7 @@ namespace __sanitizer {
#if !SANITIZER_ANDROID
extern unsigned ucontext_t_sz;
+ extern unsigned struct_statfs64_sz;
#endif // !SANITIZER_ANDROID
#if SANITIZER_LINUX
@@ -83,7 +84,6 @@ namespace __sanitizer {
#if SANITIZER_LINUX && !SANITIZER_ANDROID
extern unsigned struct_rlimit64_sz;
- extern unsigned struct_statfs64_sz;
extern unsigned struct_statvfs_sz;
extern unsigned struct_statvfs64_sz;
#endif // SANITIZER_LINUX && !SANITIZER_ANDROID