You need to sign in or sign up before continuing.
-
Victor Stinner authored
poll() is not available. select() doesn't accept negative timeout, the timeout parameter must be NULL to block on select().
ced11745
poll() is not available. select() doesn't accept negative timeout, the timeout parameter must be NULL to block on select().