Changeset 1045
- Timestamp:
- 06/09/06 06:16:07 (2 years ago)
- Files:
-
- 1 modified
-
branches/ipc-branch/opensync/opensync_queue.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ipc-branch/opensync/opensync_queue.c
r1032 r1045 797 797 int ret = poll(&pfd, 1, queue->type == OSYNC_QUEUE_SENDER ? 0 : 100); 798 798 799 if (ret < 0 && errno == EINTR) 800 return OSYNC_QUEUE_EVENT_NONE; 801 799 802 if (ret == 0) 800 803 return OSYNC_QUEUE_EVENT_NONE;
