summaryrefslogtreecommitdiff
path: root/misc/fchflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fchflags.c')
-rw-r--r--misc/fchflags.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/fchflags.c b/misc/fchflags.c
index b9f267583b..b3115f7660 100644
--- a/misc/fchflags.c
+++ b/misc/fchflags.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-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
@@ -24,9 +24,7 @@
int fchflags (int fd, unsigned long int flags) __THROW;
int
-fchflags (fd, flags)
- int fd;
- unsigned long int flags;
+fchflags (int fd, unsigned long int flags)
{
if (fd < 0)
{