Re: Possible bug in getdents64()?

2020-10-29 Thread Alejandro Colomar
On 2020-10-29 12:09, Florian Weimer wrote: * Alejandro Colomar via Libc-alpha: [[ CC += linux-man, linux-kernel, libc-alpha, mtk ]] On 2020-10-28 20:26, Alejandro Colomar wrote: The manual page for getdents64() says the prototype should be the following:    int getdents64(unsigned

Re: Possible bug in getdents64()?

2020-10-29 Thread Florian Weimer
* Alejandro Colomar via Libc-alpha: > [[ CC += linux-man, linux-kernel, libc-alpha, mtk ]] > > On 2020-10-28 20:26, Alejandro Colomar wrote: >> The manual page for getdents64() says the prototype should be the >> following: >>    int getdents64(unsigned int fd, struct linux_dirent64 *dirp,

Re: Possible bug in getdents64()?

2020-10-29 Thread Alejandro Colomar
[[ CC += linux-man, linux-kernel, libc-alpha, mtk ]] On 2020-10-28 20:26, Alejandro Colomar wrote: The manual page for getdents64() says the prototype should be the following:    int getdents64(unsigned int fd, struct linux_dirent64 *dirp,     unsigned int count); Note