about summary refs log tree commit diff
path: root/sysdeps/mach
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach')
-rw-r--r--sysdeps/mach/hurd/faccessat.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/faccessat.c b/sysdeps/mach/hurd/faccessat.c
index 7a5bf47bb2..7e8c144b80 100644
--- a/sysdeps/mach/hurd/faccessat.c
+++ b/sysdeps/mach/hurd/faccessat.c
@@ -60,7 +60,9 @@ __faccessat_common (int fd, const char *file, int type, int at_flags,
          usual effective permissions.  */
 
       int hurd_flags = 0;
-      __hurd_at_flags (&at_flags, &hurd_flags);
+      err = __hurd_at_flags (&at_flags, &hurd_flags);
+      if (err)
+	return errfunc (err);
 
       error_t reauthenticate_cwdir_at (file_t *result)
 	{