summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ldso/include/dl-syscall.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ldso/include/dl-syscall.h b/ldso/include/dl-syscall.h
index 55688e1c1..2e8bb3630 100644
--- a/ldso/include/dl-syscall.h
+++ b/ldso/include/dl-syscall.h
@@ -40,6 +40,8 @@ extern int _dl_errno;
#include <sys/stat.h>
#include <dl-string.h>
+#include <bits/uClibc_arch_features.h>
+#if defined __UCLIBC_HAVE_STATX__
static __always_inline void
__cp_stat_statx (struct stat *to, struct statx *from)
{
@@ -64,6 +66,7 @@ __cp_stat_statx (struct stat *to, struct statx *from)
to->st_blksize = from->stx_blksize;
}
#endif
+#endif
#define AT_NO_AUTOMOUNT 0x800
#define AT_EMPTY_PATH 0x1000