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

Function __syscall_stat64

system/lib/wasmfs/syscalls.cpp:402–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402int __syscall_stat64(const char* path, struct stat* buf) {
403 return __syscall_newfstatat(AT_FDCWD, path, buf, 0);
404}
405
406int __syscall_lstat64(const char* path, struct stat* buf) {
407 return __syscall_newfstatat(AT_FDCWD, path, buf, AT_SYMLINK_NOFOLLOW);

Callers 1

_wasmfs_statFunction · 0.70

Calls 1

__syscall_newfstatatFunction · 0.70

Tested by

no test coverage detected