Browse Source

remove unused defines for lm32/or1k

Waldemar Brodkorb 8 years ago
parent
commit
5cd5bcb616

+ 0 - 3
libc/sysdeps/linux/lm32/bits/uClibc_arch_features.h

@@ -12,9 +12,6 @@
 /* can your target use syscall6() for mmap ? */
 #define __UCLIBC_MMAP_HAS_6_ARGS__
 
-/* does your target use syscall4() for truncate64 ? (32bit arches only) */
-#undef __UCLIBC_TRUNCATE64_HAS_4_ARGS__
-
 /* does your target have a broken create_module() ? */
 #undef __UCLIBC_BROKEN_CREATE_MODULE__
 

+ 0 - 3
libc/sysdeps/linux/or1k/bits/uClibc_arch_features.h

@@ -14,9 +14,6 @@
 /* can your target use syscall6() for mmap ? */
 #define __UCLIBC_MMAP_HAS_6_ARGS__
 
-/* does your target use syscall4() for truncate64 ? (32bit arches only) */
-#undef __UCLIBC_TRUNCATE64_HAS_4_ARGS__
-
 /* does your target have a broken create_module() ? */
 #undef __UCLIBC_BROKEN_CREATE_MODULE__