(which, varargs)
| 4749 | |
| 4750 | |
| 4751 | function ___syscall202(which, varargs) {SYSCALLS.varargs = varargs; |
| 4752 | try { |
| 4753 | // getgid32 |
| 4754 | return 0; |
| 4755 | } catch (e) { |
| 4756 | if (typeof FS === 'undefined' || !(e instanceof FS.ErrnoError)) abort(e); |
| 4757 | return -e.errno; |
| 4758 | } |
| 4759 | }function ___syscall201() { |
| 4760 | return ___syscall202.apply(null, arguments) |
| 4761 | } |
| 4762 |
nothing calls this directly
no test coverage detected
searching dependent graphs…