diff options
Diffstat (limited to 'sysdeps/unix/sysv/getdents.c')
-rw-r--r-- | sysdeps/unix/sysv/getdents.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/getdents.c b/sysdeps/unix/sysv/getdents.c index bec53cad41..5f8fd8f6bc 100644 --- a/sysdeps/unix/sysv/getdents.c +++ b/sysdeps/unix/sysv/getdents.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1995, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1995, 1997, 2004 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,7 +21,7 @@ #include <sys/types.h> #include <unistd.h> -extern ssize_t __getdents __P ((int fd, char *buf, size_t nbytes)); +extern ssize_t __getdents (int fd, char *buf, size_t nbytes); ssize_t __getdirentries (fd, buf, nbytes, basep) |