| commit | fc4850e37b713eae12d0bde7f6e0b4e9b444bfef | [log] [tgz] |
|---|---|---|
| author | Elliott Hughes <enh@google.com> | Fri Apr 17 00:57:52 2015 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Apr 17 00:57:52 2015 +0000 |
| tree | e9ffed5da916e879f509599e86036accfec216db | |
| parent | 31128da28f561152f5b663e6b4849691b3951525 [diff] | |
| parent | a9325133aad79c079bf34aafa85c0544ef940f8c [diff] |
Merge "Fix clang build."
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>