summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-01-19 02:18:06 +0000
committerUlrich Drepper <drepper@redhat.com>2000-01-19 02:18:06 +0000
commitb51094bd752d9c1c01ec46b54ab10c0c0e5d729d (patch)
tree1980d31fb6960629d28311fc50bcd007f5aef1b6
parent0af4c6462b2cc7686f354598a7f7fc908c2e2297 (diff)
Update.
2000-01-18 Jakub Jelinek <jakub@redhat.com> * dirent/dirent.h (getdentries): Correct prototype to use __off64_t.
-rw-r--r--ChangeLog4
-rw-r--r--dirent/dirent.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e53a3a6b00..1bae44d588 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-01-18 Jakub Jelinek <jakub@redhat.com>
+
+ * dirent/dirent.h (getdentries): Correct prototype to use __off64_t.
+
2000-01-18 Ulrich Drepper <drepper@cygnus.com>
* timezone/antarctica: Update from tzdata2000a.
diff --git a/dirent/dirent.h b/dirent/dirent.h
index 8caa93c0c1..a08d62664d 100644
--- a/dirent/dirent.h
+++ b/dirent/dirent.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc.
+/* Copyright (C) 1991-1999, 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
@@ -297,7 +297,7 @@ extern __ssize_t getdirentries (int __fd, char *__restrict __buf,
extern __ssize_t __REDIRECT (getdirentries,
(int __fd, char *__restrict __buf,
size_t __nbytes,
- __off_t *__restrict __basep) __THROW,
+ __off64_t *__restrict __basep) __THROW,
getdirentries64);
# else
# define getdirentries getdirentries64