diff options
author | Dmitry Chestnykh <dm.chestnykh@gmail.com> | 2024-03-01 17:08:37 +0300 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-03-02 09:05:20 +0100 |
commit | 7e5864509f2ee735108c03dc71d7bdd07c0dfa9b (patch) | |
tree | 4fc16c74b46e270c186e529bd14f161542f22e36 /libc/sysdeps/linux/arc/bits | |
parent | 1be6cbd9c096618bdaf0f257e04ddd4ab0892fb9 (diff) |
Add time64 support to ARC.
Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/arc/bits')
-rwxr-xr-x | libc/sysdeps/linux/arc/bits/uClibc_arch_features.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/arc/bits/uClibc_arch_features.h b/libc/sysdeps/linux/arc/bits/uClibc_arch_features.h index 119bbb7e1..94e089d5d 100755 --- a/libc/sysdeps/linux/arc/bits/uClibc_arch_features.h +++ b/libc/sysdeps/linux/arc/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 */ -#undef __UCLIBC_HAVE_STATX__ - /* does your target have a broken create_module() ? */ #undef __UCLIBC_BROKEN_CREATE_MODULE__ |