no warning for unsupported long-term poll set operations

This commit is contained in:
Matthew Flatt 2019-01-08 18:48:19 -07:00
parent 1888663702
commit 7810232b67

View File

@ -3994,7 +3994,8 @@ Scheme_Object *scheme_rktio_fd_to_semaphore(rktio_fd_t *fd, int mode)
/* That's a kind of success, not failure. */
return NULL;
}
log_fd_semaphore_error();
if (!scheme_last_error_is_racket(RKTIO_ERROR_UNSUPPORTED))
log_fd_semaphore_error();
return NULL;
}