commit | 30fbf5f44c3d2f2f2d11f92e106294c41497af5f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Feb 02 10:21:39 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Feb 02 10:21:39 2015 -0800 |
tree | d2b928d1dc06ec9ae567168c3c07e112196e944d | |
parent | 5940f98a35d64f9ca249536bb8cdcdbfe43e9bc3 [diff] [blame] |
Fix clang build. Change-Id: I863137b5d35602267b4ef3a74399cf394c9994d6
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>