On Tue, 2007-02-06 at 19:10 -0500, Jeff Johnston wrote:
Corinna Vinschen wrote:
On Feb 6 17:32, Jeff Johnston wrote:
What happened to the __rtems__ checks around _SC_STREAM_MAX and
_SC_PRIORITY_SCHEDULING? Are these or additional RTEMS checks needed?
No, they aren't.
;) AFAIS from the newlib's cvs logs they have been added by you with the
following comment:
revision 1.30
date: 2002/04/04 22:41:11; author: jjohnstn; state: Exp; lines: +5 -0
2002-04-04 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/unistd.h (_SC_STREAM_MAX, _SC_PRIORITY_SCHEDULING):
Added for non-Cygwin, non-RTEMS configurations.
Probably you had wanted to avoid conflicts with RTEMS and Cygwin, but
this argument is moot, because we use _SC_xxx from newlib, exclusively.