2
0
Эх сурвалжийг харах

+ Need to ifdef LIBC_OLDERRNO in implementation

michael 22 жил өмнө
parent
commit
547efccdb6

+ 2 - 0
packages/base/libc/errno.inc

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