am 37953ee3: Merge "Fix build."

* commit '37953ee3feb60b84e43349df0b13544367ca1cd7':
  Fix build.
This commit is contained in:
Elliott Hughes 2013-10-09 16:33:59 -07:00 committed by Android Git Automerger
commit aa3c17e8f8

View File

@ -28,7 +28,7 @@
#undef _FORTIFY_SOURCE
#include <unistd.h>
#include "libc_logging.h"
#include "private/libc_logging.h"
extern "C" ssize_t __read_chk(int fd, void* buf, size_t count, size_t buf_size) {
if (__predict_false(count > buf_size)) {