summaryrefslogtreecommitdiff
path: root/hurd/hurdfchdir.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-06-09 01:16:56 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-06-09 01:16:56 +0200
commit73a154a38286f8a9ecfa8dcaddb6ed25b6145282 (patch)
treefa342415d0cd17a586579e4a2ee44c704b1473c9 /hurd/hurdfchdir.c
parent230b85f414291ac955827aba15cfbd103ab6ebdd (diff)
note other potential FIXMEs
Diffstat (limited to 'hurd/hurdfchdir.c')
-rw-r--r--hurd/hurdfchdir.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/hurdfchdir.c b/hurd/hurdfchdir.c
index 67d34aa0a6..76f10724f4 100644
--- a/hurd/hurdfchdir.c
+++ b/hurd/hurdfchdir.c
@@ -53,6 +53,7 @@ _hurd_change_directory_port_from_fd (struct hurd_port *portcell, int fd)
}));
HURD_CRITICAL_END;
+ /* TODO:handle EINTR */
return ret;
}