MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __syscall_fstat64

Function __syscall_fstat64

system/lib/wasmfs/syscalls.cpp:410–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410int __syscall_fstat64(int fd, struct stat* buf) {
411 return __syscall_newfstatat(fd, "", buf, AT_EMPTY_PATH);
412}
413
414// When calling doOpen(), we may request an FD be returned, or we may not need
415// that return value (in which case no FD need be allocated, and we return 0 on

Callers

nothing calls this directly

Calls 1

__syscall_newfstatatFunction · 0.70

Tested by

no test coverage detected