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

This commit is contained in:
Norayr Chilingarian 2013-11-05 15:49:47 +04:00
parent c9c82e0a97
commit 1355629f90
7 changed files with 5 additions and 4 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