* cygheap.h (cygheap_fdget::cygheap_fdget): Remove debugging operation from
set_errno.
This commit is contained in:
@@ -242,7 +242,7 @@ class cygheap_fdget : public cygheap_fdmanip
|
||||
{
|
||||
this->fd = -1;
|
||||
if (do_set_errno)
|
||||
set_errno (EBADF + 1);
|
||||
set_errno (EBADF);
|
||||
if (lockit)
|
||||
ReleaseResourceLock (LOCK_FD_LIST, READ_LOCK, "cygheap_fdget");
|
||||
locked = false;
|
||||
|
Reference in New Issue
Block a user