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

Commit b40367e7 authored by JP Abgrall's avatar JP Abgrall
Browse files

adb: keep mac build happy

Use FIONREAD instead of TIOCINQ

Change-Id: Ic9db0228a51c546a798c70f08f2e644a1a376120
parent bab2c6a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -551,7 +551,7 @@ static void fdevent_subproc_event_func(int fd, unsigned ev, void *userdata)
      subproc_fde->force_eof = 1;

      int rcount = 0;
      ioctl(subproc_fd, TIOCINQ, &rcount);
      ioctl(subproc_fd, FIONREAD, &rcount);
      D("subproc with fd=%d  has rcount=%d err=%d\n",
        subproc_fd, rcount, errno);