summaryrefslogtreecommitdiff
path: root/io/lchown.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-10-09 20:00:42 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-10-09 20:00:42 +0200
commitd1cabf58d141e2308cfd4ab2ade6052ac1408e44 (patch)
treea8fa6b780e132acd6143c5634aa21a1a5e40b304 /io/lchown.c
parentf43d830ba6278346828d7fe6b204b79084db5f62 (diff)
parent4dc1e6e42f1f602e1d2227e112f2db8dce9da763 (diff)
Merge branch 't/hurdsig-global-dispositions' into refs/top-bases/t/hurdsig-SA_SIGINFO
Diffstat (limited to 'io/lchown.c')
-rw-r--r--io/lchown.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/io/lchown.c b/io/lchown.c
index eceaf62ad2..3594900c3f 100644
--- a/io/lchown.c
+++ b/io/lchown.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -22,10 +22,7 @@
/* Change the owner and group of FILE. */
int
-__lchown (file, owner, group)
- const char *file;
- uid_t owner;
- gid_t group;
+__lchown (const char *file, uid_t owner, gid_t group)
{
if (file == NULL)
{