* errno.cc (errmap): Map ERROR_NETNAME_DELETED to ENOSHARE.

This commit is contained in:
Christopher Faylor 2005-04-30 03:40:26 +00:00
parent 65e941162d
commit 7b076c36fc
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-04-29 Christopher Faylor <cgf@timesys.com>
* errno.cc (errmap): Map ERROR_NETNAME_DELETED to ENOSHARE.
2005-04-28 Corinna Vinschen <corinna@vinschen.de>
* shared_info.h (cygwin_shared_address): Bump to a higher value to avoid

View File

@ -130,6 +130,7 @@ static NO_COPY struct
X (WORKING_SET_QUOTA, EAGAIN),
X (PAGEFILE_QUOTA, EAGAIN),
X (COMMITMENT_LIMIT, EAGAIN),
X (NETNAME_DELETED, ENOSHARE),
{ 0, NULL, 0}
};