am 1f262b35: Merge "Fix recv.cpp so it can build with clang."

* commit '1f262b35fef5108e3bd3fbea4b6aa1ce635767f9':
  Fix recv.cpp so it can build with clang.
This commit is contained in:
Elliott Hughes
2014-07-03 00:08:14 +00:00
committed by Android Git Automerger

View File

@@ -26,6 +26,7 @@
* SUCH DAMAGE.
*/
#undef _FORTIFY_SOURCE
#include <sys/socket.h>
ssize_t recv(int socket, void *buf, size_t len, int flags) {