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

Function __syscall_lstat64

system/lib/wasmfs/syscalls.cpp:406–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406int __syscall_lstat64(const char* path, struct stat* buf) {
407 return __syscall_newfstatat(AT_FDCWD, path, buf, AT_SYMLINK_NOFOLLOW);
408}
409
410int __syscall_fstat64(int fd, struct stat* buf) {
411 return __syscall_newfstatat(fd, "", buf, AT_EMPTY_PATH);

Callers 1

_wasmfs_lstatFunction · 0.70

Calls 1

__syscall_newfstatatFunction · 0.70

Tested by

no test coverage detected