]> sourceware.org Git - newlib-cygwin.git/commit
Fix newlib functions perror()/psignal() not to use writev().
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Thu, 5 Jul 2018 14:01:26 +0000 (23:01 +0900)
committerJeff Johnston <jjohnstn@redhat.com>
Thu, 5 Jul 2018 19:33:49 +0000 (15:33 -0400)
commit6a3e08a53ec996b37639a18dc98123e23531409c
tree789b9eeeb1cd56348628e115e3368deae7e8a7a2
parent0ce27ecd08355620e73c89f8cf6b71f597b75f9c
Fix newlib functions perror()/psignal() not to use writev().

This fix is for some platforms which do not have writev().
*perror.c: Use _write_r() instead of writev().
*psignal.c: Use write() insetad of writev().

Revise commit: d4f4e7ae1be1bcf8c021f2b0865aafc16b338aa3
newlib/libc/signal/psignal.c
newlib/libc/stdio/perror.c
This page took 0.030121 seconds and 5 git commands to generate.