Changeset 699 for pjproject/trunk/pjlib/src/pjlib-test/ioq_unreg.c
- Timestamp:
- Sep 10, 2006 4:33:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pjlib-test/ioq_unreg.c
r582 r699 80 80 81 81 if (bytes_read < 0) { 82 if (-bytes_read != PJ_STATUS_FROM_OS( OSERR_EWOULDBLOCK))82 if (-bytes_read != PJ_STATUS_FROM_OS(PJ_BLOCKING_ERROR_VAL)) 83 83 app_perror("ioqueue reported recv error", -bytes_read); 84 84 } else {
Note: See TracChangeset
for help on using the changeset viewer.