Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 834799f0 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

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

parents 8897a3ff c288d485
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));