summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2013-12-05 16:23:25 -0500
committerAnthony Green <green@moxielogic.com>2013-12-05 16:23:25 -0500
commit3dc3f32c35db5ab995a835225f6815369735ceb7 (patch)
tree3ed261655ba53cd2269dba583d6f3bf561adb34d /include
parent356b2cbc304bfe5bdc28b8d1c68d1ff084e9ec37 (diff)
downloadlibffi-3dc3f32c35db5ab995a835225f6815369735ceb7.tar.gz
Undo iOS ARM64 changes.
Diffstat (limited to 'include')
-rw-r--r--include/ffi_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ffi_common.h b/include/ffi_common.h
index be10922..37f5a9e 100644
--- a/include/ffi_common.h
+++ b/include/ffi_common.h
@@ -48,7 +48,7 @@ char *alloca ();
#endif
/* Check for the existence of memcpy. */
-#if STDC_HEADERS || HAVE_STRING_H
+#if STDC_HEADERS
# include <string.h>
#else
# ifndef HAVE_MEMCPY