summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/riscv64/bits/uClibc_arch_features.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/riscv64/bits/uClibc_arch_features.h')
-rw-r--r--libc/sysdeps/linux/riscv64/bits/uClibc_arch_features.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/riscv64/bits/uClibc_arch_features.h b/libc/sysdeps/linux/riscv64/bits/uClibc_arch_features.h
index b754f3227..63b17770d 100644
--- a/libc/sysdeps/linux/riscv64/bits/uClibc_arch_features.h
+++ b/libc/sysdeps/linux/riscv64/bits/uClibc_arch_features.h
@@ -5,12 +5,15 @@
#ifndef _BITS_UCLIBC_ARCH_FEATURES_H
#define _BITS_UCLIBC_ARCH_FEATURES_H
-#undef __UCLIBC_ABORT_INSTRUCTION__
+#define __UCLIBC_ABORT_INSTRUCTION__ "unimp"
/* can your target use syscall6() for mmap ? */
-#undef __UCLIBC_MMAP_HAS_6_ARGS__
+#define __UCLIBC_MMAP_HAS_6_ARGS__
-#define __UCLIBC_SYSCALL_ALIGN_64BIT__
+/* does your target use statx */
+#undef __UCLIBC_HAVE_STATX__
+
+#undef __UCLIBC_SYSCALL_ALIGN_64BIT__
/* does your target have a broken create_module() ? */
#define __UCLIBC_BROKEN_CREATE_MODULE__