summaryrefslogtreecommitdiff
path: root/dirent/getdents64.c
diff options
context:
space:
mode:
Diffstat (limited to 'dirent/getdents64.c')
-rw-r--r--dirent/getdents64.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/dirent/getdents64.c b/dirent/getdents64.c
index 1d317cc5ac..2933400198 100644
--- a/dirent/getdents64.c
+++ b/dirent/getdents64.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,11 +21,7 @@
#include <dirent.h>
ssize_t
-getdirentries64 (fd, buf, nbytes, basep)
- int fd;
- char *buf;
- size_t nbytes;
- off64_t *basep;
+getdirentries64 (int fd, char *buf, size_t nbytes, off64_t *basep)
{
__set_errno (ENOSYS);
return -1;