mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:39:31 +02:00
+ geterrnolocation for Darwin
This commit is contained in:
parent
20e0d970e9
commit
7ef919ce47
@ -59,6 +59,9 @@ function geterrnolocation: Plibcint; cdecl;external clib name '__error';
|
||||
{$ifdef NetBSD} // from a sparc dump.
|
||||
function geterrnolocation: Plibcint; cdecl;external clib name '__errno';
|
||||
{$else}
|
||||
{$ifdef Darwin}
|
||||
function geterrnolocation: Plibcint; cdecl;external clib name '__error';
|
||||
{$endif}
|
||||
{$endif}
|
||||
{$endif}
|
||||
{$endif}
|
||||
@ -79,7 +82,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.8 2003-12-11 18:20:50 florian
|
||||
Revision 1.9 2004-01-04 20:36:53 jonas
|
||||
+ geterrnolocation for Darwin
|
||||
|
||||
Revision 1.8 2003/12/11 18:20:50 florian
|
||||
* replaced VER1_0 by HASGLOBALPROPERTY
|
||||
|
||||
Revision 1.7 2003/12/10 17:14:27 marco
|
||||
|
Loading…
Reference in New Issue
Block a user