summaryrefslogtreecommitdiff
path: root/dirent/getdents.c
diff options
context:
space:
mode:
Diffstat (limited to 'dirent/getdents.c')
-rw-r--r--dirent/getdents.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/dirent/getdents.c b/dirent/getdents.c
index 0766265f4e..8386bb02bc 100644
--- a/dirent/getdents.c
+++ b/dirent/getdents.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
-__getdirentries (fd, buf, nbytes, basep)
- int fd;
- char *buf;
- size_t nbytes;
- off_t *basep;
+__getdirentries (int fd, char *buf, size_t nbytes, off_t *basep)
{
__set_errno (ENOSYS);
return -1;