commit | a9325133aad79c079bf34aafa85c0544ef940f8c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Apr 16 17:56:12 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Apr 16 17:56:12 2015 -0700 |
tree | e9ffed5da916e879f509599e86036accfec216db | |
parent | 31128da28f561152f5b663e6b4849691b3951525 [diff] [blame] |
Fix clang build. Change-Id: I70a9ebe806cb4f7e23a7d8e486157ddd70ae3008
diff --git a/libc/bionic/legacy_32_bit_support.cpp b/libc/bionic/legacy_32_bit_support.cpp index 50e4643..a107664 100644 --- a/libc/bionic/legacy_32_bit_support.cpp +++ b/libc/bionic/legacy_32_bit_support.cpp
@@ -26,6 +26,8 @@ * SUCH DAMAGE. */ +#undef _FORTIFY_SOURCE + #include <errno.h> #include <fcntl.h> #include <stdarg.h>