+ Need to ifdef LIBC_OLDERRNO in implementation

This commit is contained in:
michael 2003-12-31 15:54:53 +00:00
parent 5ac94f8092
commit 547efccdb6

View File

@ -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}