From b51094bd752d9c1c01ec46b54ab10c0c0e5d729d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 19 Jan 2000 02:18:06 +0000 Subject: Update. 2000-01-18 Jakub Jelinek * dirent/dirent.h (getdentries): Correct prototype to use __off64_t. --- dirent/dirent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dirent') diff --git a/dirent/dirent.h b/dirent/dirent.h index 8caa93c..a08d626 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 -- cgit v1.1