summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVineet Gupta <Vineet.Gupta1@synopsys.com>2015-02-14 15:25:40 +0530
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-16 06:23:45 +0100
commit8c305a573e43d9e1b8d3c232cbd867e042e1a45c (patch)
treed1a76602e1b551b13d510f54dc7d34909ac287c3
parentdaa9431fb41ba9877f55b8a9f339212573663218 (diff)
ARC: remove stale TRUNCATE64_HAS_4_ARGS
Not relevant anymore since commit e8cc14e59ed3f66b84e, "libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT" Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
-rwxr-xr-xlibc/sysdeps/linux/arc/bits/uClibc_arch_features.h3
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 9313ee8f2..8af6eca4c 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 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__