This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

feof(), ferror() and fileno() are missing


Hi all,

does anybody have an idea where the implementation of the feof and
ferror functions in stdio.h have gone? According to the (obsolete)
Changelog.libc files that are scattered around in $ECOS_REPOSITORY/
packages/languages/c/libc, there should be files called feof.cxx
and ferror.cxx in stdio/current/src/common. Unfortunately they are
not there in the CVS tree. Are they removed or not checked in???

A probably easier to fix problem is that the fileno() function is
implemented, but is not mentioned in stdio.h. This triggers the
compiler to start complaining about my code :-)

Greetings,
Martin.


__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

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