mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +00:00
Update.
2000-01-18 Jakub Jelinek <jakub@redhat.com> * dirent/dirent.h (getdentries): Correct prototype to use __off64_t.
This commit is contained in:
parent
0af4c6462b
commit
b51094bd75
@ -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>
|
2000-01-18 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* timezone/antarctica: Update from tzdata2000a.
|
* timezone/antarctica: Update from tzdata2000a.
|
||||||
|
@ -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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
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,
|
extern __ssize_t __REDIRECT (getdirentries,
|
||||||
(int __fd, char *__restrict __buf,
|
(int __fd, char *__restrict __buf,
|
||||||
size_t __nbytes,
|
size_t __nbytes,
|
||||||
__off_t *__restrict __basep) __THROW,
|
__off64_t *__restrict __basep) __THROW,
|
||||||
getdirentries64);
|
getdirentries64);
|
||||||
# else
|
# else
|
||||||
# define getdirentries getdirentries64
|
# define getdirentries getdirentries64
|
||||||
|
Loading…
Reference in New Issue
Block a user