Unix.Mod modified, synced with output of cpp /usr/include/asm/stat.h

Former-commit-id: 1355629f90
This commit is contained in:
Norayr Chilingarian 2013-11-05 15:49:47 +04:00
parent 386fe21fec
commit 2f80f5c8a7
7 changed files with 9 additions and 8 deletions

View file

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