mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 17:19:32 +02:00
+ Need to ifdef LIBC_OLDERRNO in implementation
This commit is contained in:
parent
5ac94f8092
commit
547efccdb6
@ -1,6 +1,7 @@
|
||||
|
||||
{ Translation of macro }
|
||||
|
||||
{$ifndef LIBC_OLDERRNO}
|
||||
function errno : error_t;
|
||||
|
||||
begin
|
||||
@ -12,3 +13,4 @@ procedure seterrno (value : error_t);
|
||||
begin
|
||||
__errno_location()^:=Value;
|
||||
end;
|
||||
{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user