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

Function __syscall_fchown32

system/lib/wasmfs/syscalls.cpp:1227–1229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1225}
1226
1227int __syscall_fchown32(int fd, uid_t owner, gid_t group) {
1228 return __syscall_fchownat(fd, "", owner, group, AT_EMPTY_PATH);
1229}
1230
1231// TODO: Test this with non-AT_FDCWD values.
1232int __syscall_faccessat(int dirfd, const char* path, int amode, int flags) {

Callers

nothing calls this directly

Calls 1

__syscall_fchownatFunction · 0.85

Tested by

no test coverage detected