Merge "Fix adb GCC build (for google3)."

This commit is contained in:
Elliott Hughes 2015-11-04 18:51:54 +00:00 committed by Gerrit Code Review
commit 834799f01d

View file

@ -54,7 +54,7 @@ int SHELL_EXIT_NOTIFY_FD = -1;
struct PollNode {
fdevent* fde;
pollfd pollfd;
::pollfd pollfd;
PollNode(fdevent* fde) : fde(fde) {
memset(&pollfd, 0, sizeof(pollfd));