mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 16:52:25 +00:00
Unix.Mod modified, synced with output of cpp /usr/include/asm/stat.h
This commit is contained in:
parent
c9c82e0a97
commit
1355629f90
7 changed files with 5 additions and 4 deletions
|
|
@ -103,7 +103,7 @@ TYPE pchar = POINTER TO ARRAY 1 OF CHAR;
|
|||
d0 := Unix.Pipe(arg1);
|
||||
RETURN d0 >= 0;
|
||||
ELSIF syscall = Sys.newstat THEN
|
||||
d0 := Unix.Stat(arg1, arg2);
|
||||
(*d0 := Unix.Stat(arg1, arg2);*)
|
||||
RETURN d0 >= 0;
|
||||
END
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue