summaryrefslogtreecommitdiff
path: root/libio/fseeko.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/fseeko.c')
-rw-r--r--libio/fseeko.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/libio/fseeko.c b/libio/fseeko.c
index 304bb423df..288a48b94e 100644
--- a/libio/fseeko.c
+++ b/libio/fseeko.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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
@@ -28,10 +28,7 @@
#include "stdio.h"
int
-fseeko (fp, offset, whence)
- _IO_FILE* fp;
- off_t offset;
- int whence;
+fseeko (_IO_FILE *fp, off_t offset, int whence)
{
int result;
CHECK_FILE (fp, -1);