aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/fchmodat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/fchmodat.c')
-rw-r--r--sysdeps/mach/hurd/fchmodat.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/mach/hurd/fchmodat.c b/sysdeps/mach/hurd/fchmodat.c
index f678fb4..1ba6780 100644
--- a/sysdeps/mach/hurd/fchmodat.c
+++ b/sysdeps/mach/hurd/fchmodat.c
@@ -25,11 +25,7 @@
#include <hurd/fd.h>
int
-fchmodat (fd, file, mode, flag)
- int fd;
- const char *file;
- mode_t mode;
- int flag;
+fchmodat (int fd, const char *file, mode_t mode, int flag)
{
error_t err;
file_t port = __file_name_lookup_at (fd, flag, file, 0, 0);