diff options
Diffstat (limited to 'sysdeps/mach/hurd/fchownat.c')
-rw-r--r-- | sysdeps/mach/hurd/fchownat.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sysdeps/mach/hurd/fchownat.c b/sysdeps/mach/hurd/fchownat.c index dd1ee9a990..d77c40459b 100644 --- a/sysdeps/mach/hurd/fchownat.c +++ b/sysdeps/mach/hurd/fchownat.c @@ -26,12 +26,7 @@ /* Change the owner and group of FILE. */ int -fchownat (fd, file, owner, group, flag) - int fd; - const char *file; - uid_t owner; - gid_t group; - int flag; +fchownat (int fd, const char *file, uid_t owner, gid_t group, int flag) { error_t err; file_t port = __file_name_lookup_at (fd, flag, file, 0, 0); |