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

Function _wasmfs_fchmod

system/lib/wasmfs/js_api.cpp:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184int _wasmfs_fchmod(int fd, mode_t mode) { return __syscall_fchmod(fd, mode); }
185
186int _wasmfs_lchmod(const char* path, mode_t mode) {
187 return __syscall_fchmodat2(AT_FDCWD, path, mode, AT_SYMLINK_NOFOLLOW);

Callers

nothing calls this directly

Calls 1

__syscall_fchmodFunction · 0.85

Tested by

no test coverage detected