projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21bde92
)
Darwin/iOS: Fix LLVM 3.3 warning re: memcpy.
author
Zachary Waldowski
<zwaldowski@gmail.com>
Sat, 30 Nov 2013 09:09:18 +0000
(
04:09
-0500)
committer
Zachary Waldowski
<zwaldowski@gmail.com>
Sat, 30 Nov 2013 09:09:18 +0000
(
04:09
-0500)
include/ffi_common.h
patch
|
blob
|
history
diff --git
a/include/ffi_common.h
b/include/ffi_common.h
index 37f5a9e92494d555530aed7cc9381806d3b2e0f8..be10922e0ef3728194db8d55cab7debb1cec30a7 100644
(file)
--- 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
+#if STDC_HEADERS
|| HAVE_STRING_H
# include <string.h>
#else
# ifndef HAVE_MEMCPY