summaryrefslogtreecommitdiff
path: root/io/open64.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/open64.c')
-rw-r--r--io/open64.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/io/open64.c b/io/open64.c
index f87ee57099..438ba47c1c 100644
--- a/io/open64.c
+++ b/io/open64.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 @@
/* Open FILE with access OFLAG. If O_CREAT or O_TMPFILE is in OFLAG,
a third argument is the file protection. */
int
-__libc_open64 (file, oflag)
- const char *file;
- int oflag;
+__libc_open64 (const char *file, int oflag)
{
int mode;