aboutsummaryrefslogtreecommitdiff
path: root/io/lseek.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/lseek.c')
-rw-r--r--io/lseek.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/io/lseek.c b/io/lseek.c
index ac90483..7ab5f29 100644
--- a/io/lseek.c
+++ b/io/lseek.c
@@ -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)
{