mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 15:42:25 +00:00
Unix.Mod modified, synced with output of cpp /usr/include/asm/stat.h
Former-commit-id: 1355629f90
This commit is contained in:
parent
386fe21fec
commit
2f80f5c8a7
7 changed files with 9 additions and 8 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