commit | 7f0f30c6e20c1bf04bec05077eef2d779e7a32df | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Feb 02 18:23:28 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 02 18:23:28 2015 +0000 |
tree | 98bd3d7bf1fd1f9d2b438985f9973e46529d83a5 | |
parent | d514d9bbae354da72fcb43349f0157378e52004d [diff] | |
parent | 30fbf5f44c3d2f2f2d11f92e106294c41497af5f [diff] |
Merge "Fix clang build."
diff --git a/libc/bionic/poll.cpp b/libc/bionic/poll.cpp index d267229..23ef90a 100644 --- a/libc/bionic/poll.cpp +++ b/libc/bionic/poll.cpp
@@ -26,6 +26,7 @@ * SUCH DAMAGE. */ +#undef _FORTIFY_SOURCE #include <errno.h> #include <sys/poll.h> #include <sys/select.h>