summaryrefslogtreecommitdiff
path: root/io/lseek.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/lseek.c')
-rw-r--r--io/lseek.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/io/lseek.c b/io/lseek.c
index ac90483862..21948ecfbe 100644
--- a/io/lseek.c
+++ b/io/lseek.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
@@ -21,10 +21,7 @@
/* Seek to OFFSET on FD, starting from WHENCE. */
off_t
-__libc_lseek (fd, offset, whence)
- int fd;
- off_t offset;
- int whence;
+__libc_lseek (int fd, off_t offset, int whence)
{
if (fd < 0)
{