summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-02-15 01:58:06 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-02-19 22:30:12 +0100
commit4e6ea3d684384dce08fe60fbb5f8f692ef55a28a (patch)
treeca805935e31c52eec5169ce077e8c98de4829c25 /hurd
parent000ef460744786571f51604e6de631b7168e239a (diff)
fix build
Diffstat (limited to 'hurd')
-rw-r--r--hurd/hurdselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdselect.c b/hurd/hurdselect.c
index 19d4ae1519..78980c4998 100644
--- a/hurd/hurdselect.c
+++ b/hurd/hurdselect.c
@@ -484,7 +484,7 @@ _hurd_select (int nfds,
revents = POLLHUP;
break;
case EBADF:
- revents = POLLNVAL
+ revents = POLLNVAL;
break;
default:
revents = POLLERR;