[PATCH] <dirent.h>: Remove wrong comment about getdents64() declaration
Florian Weimer
fweimer@redhat.com
Wed Oct 9 09:32:00 GMT 2019
* Petr Vorel:
> Hi Florian,
>
> ...
>> > -/* These functions are only implemented on Linux. The public
>> > - interface for getdents64 is declared in <unistd.h>. */
>> > +/* These functions are only implemented on Linux. */
>> > extern __ssize_t __getdents (int __fd, void *__buf, size_t __nbytes)
>> > attribute_hidden;
>> > extern __ssize_t __getdents64 (int __fd, void *__buf, size_t __nbytes);
>
>> Looks good to me, thanks. I assume you don't have commit access. I can
>> install the patch for you.
> Thanks for review. No, I don't have commit access :).
Thanks, I've messaged the patch a little bit and pushed it for yoy.
Florian
More information about the Libc-alpha
mailing list