We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad02402 commit 84bcf30Copy full SHA for 84bcf30
src/library_syscall.js
@@ -42,7 +42,7 @@ var SyscallsLibrary = {
42
},
43
// When called by stat, arg is a path. When called by fstat, arg is a file
44
// descriptor.
45
- writeStat(buf, statResult) {
+ writeStat(buf, stat) {
46
{{{ makeSetValue('buf', C_STRUCTS.stat.st_dev, 'stat.dev', 'i32') }}};
47
{{{ makeSetValue('buf', C_STRUCTS.stat.st_mode, 'stat.mode', 'i32') }}};
48
{{{ makeSetValue('buf', C_STRUCTS.stat.st_nlink, 'stat.nlink', SIZE_TYPE) }}};
0 commit comments