summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/csky/bits
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-05-10 11:51:13 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-05-10 11:54:26 +0200
commit79485f17d59ad267dc1add87b23248dff9908132 (patch)
tree76e260b18cc38b6f57e574a8404392c21e6ad036 /libc/sysdeps/linux/csky/bits
parent44aee04d7864da97a79fc41eeac0695d5f21f861 (diff)
csky: allow time64
Diffstat (limited to 'libc/sysdeps/linux/csky/bits')
-rw-r--r--libc/sysdeps/linux/csky/bits/uClibc_arch_features.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/csky/bits/uClibc_arch_features.h b/libc/sysdeps/linux/csky/bits/uClibc_arch_features.h
index 3f5dab80c..1b866cb90 100644
--- a/libc/sysdeps/linux/csky/bits/uClibc_arch_features.h
+++ b/libc/sysdeps/linux/csky/bits/uClibc_arch_features.h
@@ -17,9 +17,6 @@
/* can your target use syscall6() for mmap ? */
#undef __UCLIBC_MMAP_HAS_6_ARGS__
-/* does your target use statx */
-#define __UCLIBC_HAVE_STATX__
-
#ifdef __CSKYABIV2__
#undef __UCLIBC_SYSCALL_ALIGN_64BIT__
#else