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]

RTEMS Targets Issue #2 - ftello()/fseeko()


Hi

We have a few files which get warnings because
ftello() and/or fseeko() are not prototyped.
These were protected by:

#if !defined(__STRICT_ANSI__) || defined(__USE_XOPEN2K)

But now have:

#if __LARGEFILE_VISIBLE

The RTEMS fseeko() test does not explicitly define
__USE_XOPEN2K so I am guessing it was implicit before.

Does the newlib guard need tinkering, the RTEMS default
features, or the test code in RTEMS?

Suggestions appreciated.

Thanks.

--joel




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