This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

_opendir vs opendir


unix/getcwd.c and unix/ttyname.c both call _opendir, whereas
posix/scandir.c calls opendir. posix/opendir.c defines opendir, but
not _opendir. include/_syslist.h may redefine _opendir to opendir if
MISSING_SYSCALL_NAMES is defined.

With all that said, should unix/*.c call opendir instead of _opendir?
I couldn't find a system in newlib or libgloss that defines _opendir.

Thanks,
Shaun


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