summaryrefslogtreecommitdiff
path: root/hurd/hurdexec.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-06-09 01:18:51 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-06-09 01:18:51 +0200
commit5ebf5d24aa206f7fd10aeb89c2ac6db7116939d5 (patch)
tree4121aed80bcd90c07897b60f9d1d3bb4db37b8d9 /hurd/hurdexec.c
parent792f37ecfbd2cde23c07a45a3e15f5a7e37c1d19 (diff)
parentdb54436230917dd06d821ae70df4e6cd6b4e0d56 (diff)
Merge branch 't/eintr' into refs/top-bases/tschwinge/Roger_Whittaker
Diffstat (limited to 'hurd/hurdexec.c')
-rw-r--r--hurd/hurdexec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/hurdexec.c b/hurd/hurdexec.c
index ef17971366..a32d538ec8 100644
--- a/hurd/hurdexec.c
+++ b/hurd/hurdexec.c
@@ -394,6 +394,7 @@ _hurd_exec (task_t task, file_t file,
/* Safe to let signals happen now. */
_hurd_critical_section_unlock (ss);
+ /* FIXME: handle EINTR */
outargs:
free (args);