]> sourceware.org Git - newlib-cygwin.git/commit
errno: Stop using _impure_ptr->_errno completely
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 10 Mar 2017 19:21:09 +0000 (20:21 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 10 Mar 2017 19:21:09 +0000 (20:21 +0100)
commit44b1746a41921533d27aca414a9188314cb725b6
tree5f325463ec1c233b9308834b1e3f03f1f788cb5b
parentf2e6553c2528c2afe048366821725eb3ca26e044
errno: Stop using _impure_ptr->_errno completely

We use errno AKA _REENT->_errno since the last century and only set
_impure_ptr->_errno for backward compat.  Stop that.  Also, remove
the last check for _impure_ptr->_errno in Cygwin code.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/cygerrno.h
winsup/cygwin/environ.cc
winsup/cygwin/errno.cc
This page took 0.030266 seconds and 5 git commands to generate.