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

Commit b0a8aae3 authored by Kenny Root's avatar Kenny Root
Browse files

Use adb_sleep_ms for Cygwin compat

Change-Id: Iabb2cddfb6740a35e4b6b1563a81b64972c29453
parent f8754337
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ static void local_socket_close(asocket *s)
    if (s->kick_on_close && s->transport) {
        kick_transport(s->transport);
        /* delay to work around a race condition */
        sleep(1);
        adb_sleep_ms(1000);
    }
#endif
    adb_mutex_lock(&socket_list_lock);