Merge "Fix adb GCC build (for google3)."
This commit is contained in:
commit
834799f01d
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ int SHELL_EXIT_NOTIFY_FD = -1;
|
||||||
|
|
||||||
struct PollNode {
|
struct PollNode {
|
||||||
fdevent* fde;
|
fdevent* fde;
|
||||||
pollfd pollfd;
|
::pollfd pollfd;
|
||||||
|
|
||||||
PollNode(fdevent* fde) : fde(fde) {
|
PollNode(fdevent* fde) : fde(fde) {
|
||||||
memset(&pollfd, 0, sizeof(pollfd));
|
memset(&pollfd, 0, sizeof(pollfd));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue