summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/setresgid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/setresgid.c')
-rw-r--r--sysdeps/mach/hurd/setresgid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/setresgid.c b/sysdeps/mach/hurd/setresgid.c
index d09935d8b0..5c97688907 100644
--- a/sysdeps/mach/hurd/setresgid.c
+++ b/sysdeps/mach/hurd/setresgid.c
@@ -110,6 +110,7 @@ __setresgid (gid_t rgid, gid_t egid, gid_t sgid)
}
__mutex_unlock (&_hurd_id.lock);
HURD_CRITICAL_END;
+ /* FIXME: handle EINTR! */
if (err)
return __hurd_fail (err);