summaryrefslogtreecommitdiff
path: root/libio/fseeko64.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-10-09 19:35:52 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-10-09 19:35:52 +0200
commit4dc1e6e42f1f602e1d2227e112f2db8dce9da763 (patch)
treeab9e005fda642fa7611db77d5328b55322888ad1 /libio/fseeko64.c
parent116f7463e46f3ea01217b458137e019a237d3e5f (diff)
parent6772d640a4f4874166a61f1859e1660a2913a89d (diff)
Merge commit 'refs/top-bases/t/hurdsig-global-dispositions' into t/hurdsig-global-dispositions
Diffstat (limited to 'libio/fseeko64.c')
-rw-r--r--libio/fseeko64.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/libio/fseeko64.c b/libio/fseeko64.c
index 8dc57cb579..068bf4e871 100644
--- a/libio/fseeko64.c
+++ b/libio/fseeko64.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
@@ -32,10 +32,7 @@
#ifndef __OFF_T_MATCHES_OFF64_T
int
-fseeko64 (fp, offset, whence)
- _IO_FILE* fp;
- __off64_t offset;
- int whence;
+fseeko64 (_IO_FILE *fp, __off64_t offset, int whence)
{
int result;
CHECK_FILE (fp, -1);