function ___syscall269(which, varargs) {SYSCALLS.varargs = varargs;
try {
// fstatfs64
var stream = SYSCALLS.getStreamFromFD(), size = SYSCALLS.get(), buf = SYSCALLS.get();
return ___syscall([268, 0, size, buf], 0);
} catch (e) {
if (typeof FS === 'undefined' || !(e instanceof FS.ErrnoError)) abort(e);
return -e.errno;
}
I could not find any reference to this problem, did I miss something?
--
You received this message because you are subscribed to the Google Groups "emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-disc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/6535fc23-686a-4c4e-9892-bb662a481ff9%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/CAL_va2-fGLG0HMbjmc38d7%2B%3DRDo2A1Lc6-d35D9k3FZVmNodVg%40mail.gmail.com.