This is the mail archive of the libc-alpha@cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [Jamie Lokier <jamie.lokier@cern.ch>] libc/1068: [glibc] Possible erroneous return code from Linux __getdirentries


Mark Kettenis wrote:
> Jamie, why are you calling __getdirentries?  The symbol has a double
> underscore in front of it and therefore it is a glibc internal symbol
> that should not be used outside glibc itself.

I'm not, I'm calling getdirentries which is an alias.
I wrote __getdirentries in the bug report because that's
the name of the function I was reading.

Actually in the end I decided to call getdents directly on Linux because
it is noticably faster :)

-- Jamie


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]