* external.cc (cygwin_internal): Set errno on failure.
This commit is contained in:
parent
a7fc2a4772
commit
d182b68ce2
@ -1,3 +1,7 @@
|
|||||||
|
2006-05-02 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* external.cc (cygwin_internal): Set errno on failure.
|
||||||
|
|
||||||
2006-04-27 Corinna Vinschen <corinna@vinschen.de>
|
2006-04-27 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* pipe.cc (DEFAULT_PIPEBUFSIZE): Raise to 64K.
|
* pipe.cc (DEFAULT_PIPEBUFSIZE): Raise to 64K.
|
||||||
|
@ -351,5 +351,6 @@ cygwin_internal (cygwin_getinfo_types t, ...)
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
set_errno (ENOSYS);
|
||||||
return (unsigned long) -1;
|
return (unsigned long) -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user