summaryrefslogtreecommitdiff
path: root/io/open64.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/open64.c')
-rw-r--r--io/open64.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/io/open64.c b/io/open64.c
index f87ee57099..5b94b8a9c7 100644
--- a/io/open64.c
+++ b/io/open64.c
@@ -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;