]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(getdentries): Correct prototype to use __off64_t.
authorUlrich Drepper <drepper@redhat.com>
Wed, 19 Jan 2000 02:16:21 +0000 (02:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 19 Jan 2000 02:16:21 +0000 (02:16 +0000)
dirent/dirent.h

index 49425dcc76ce5dd42efe281b3f1bca35fa77820c..030ff7f1c5c9a756a1e38b6a80befb37fe3a9d9c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,92,93,94,95,96,97,98 Free Software Foundation, Inc.
+/* Copyright (C) 1991,92,93,94,95,96,97,98,2000 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
@@ -282,7 +282,7 @@ extern __ssize_t getdirentries __P ((int __fd, char *__restrict __buf,
 extern __ssize_t __REDIRECT (getdirentries,
                             __P ((int __fd, char *__restrict __buf,
                                   size_t __nbytes,
-                                  __off_t *__restrict __basep)),
+                                  __off64_t *__restrict __basep)),
                             getdirentries64);
 #  else
 #   define getdirentries getdirentries64