Hi, trying to port fontconfig, I get 'ReferenceError: ___syscall is not 
defined', possibly when calling fstats64: 


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?

Cheers,

Stéphane

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/6535fc23-686a-4c4e-9892-bb662a481ff9%40googlegroups.com.

Reply via email to