mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 12:49:09 +02:00
* use errno from cygwin (like in fixes branch)
This commit is contained in:
parent
7f8844e74d
commit
63407a9d79
@ -28,9 +28,7 @@ uses
|
|||||||
|
|
||||||
{$i textrec.inc}
|
{$i textrec.inc}
|
||||||
|
|
||||||
const clib = 'crtdll';
|
function geterrnolocation: Plibcint; cdecl;external name '___errno';
|
||||||
|
|
||||||
function geterrnolocation: Plibcint; cdecl;external clib name '_errno';
|
|
||||||
|
|
||||||
function fpgetCerrno:libcint;
|
function fpgetCerrno:libcint;
|
||||||
begin
|
begin
|
||||||
@ -126,7 +124,10 @@ if setjmp(exitjmpbuf)=0 then
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.11 2004-09-12 17:41:40 hajny
|
Revision 1.12 2004-09-14 20:08:58 hajny
|
||||||
|
* use errno from cygwin (like in fixes branch)
|
||||||
|
|
||||||
|
Revision 1.11 2004/09/12 17:41:40 hajny
|
||||||
* hopefully fixed the problem with missing __error symbol
|
* hopefully fixed the problem with missing __error symbol
|
||||||
|
|
||||||
Revision 1.10 2003/12/11 09:21:52 marco
|
Revision 1.10 2003/12/11 09:21:52 marco
|
||||||
|
Loading…
Reference in New Issue
Block a user