mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 21:32:26 +00:00
fixed x86_64/Unix.Mod, swapped mode and nlink fields
Former-commit-id: c9c82e0a97
This commit is contained in:
parent
7ee8f7f766
commit
386fe21fec
14 changed files with 291 additions and 8 deletions
|
|
@ -102,6 +102,9 @@ TYPE pchar = POINTER TO ARRAY 1 OF CHAR;
|
|||
ELSIF syscall = Sys.pipe THEN
|
||||
d0 := Unix.Pipe(arg1);
|
||||
RETURN d0 >= 0;
|
||||
ELSIF syscall = Sys.newstat THEN
|
||||
d0 := Unix.Stat(arg1, arg2);
|
||||
RETURN d0 >= 0;
|
||||
END
|
||||
|
||||
END UNIXCALL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue