Skip to content

Commit 25862cf

Browse files
committed
rollback: EINTR comment.
1 parent 5fc7c89 commit 25862cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pciApp/os/Linux/devLibPCIOSD.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ void isrThread(void* arg)
957957
ret = read(osd->fd, &event, sizeof(event));
958958
if (ret == -1) {
959959
switch (errno) {
960-
case EINTR:
960+
case EINTR: /* interrupted by a signal */
961961
break;
962962

963963
case EIO:

0 commit comments

Comments
 (0)