This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
- From: Andreas Köpke <andreas dot koepke at felsenmeer dot ch>
- To: <newlib at sourceware dot org>
- Date: Thu, 5 Jul 2018 13:38:52 +0200
- Subject: Re: perror() changes the orientation of stderr to byte-oriented mode if stderr is not oriented yet.
Hi folks, thanks for the great work.
I'm working on bare metal using newlib - with the changes to perror it does
not compile anymore: none of the headers (sys/uio.h, unistd.h) are known.
So I guess we need some split here.
Thanks, Andreas