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

Joel Sherrill joel.sherrill@oarcorp.com
Sat Mar 19 17:10:00 GMT 2016


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





More information about the Newlib mailing list