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

Function __syscall_fadvise64

system/lib/wasmfs/syscalls.cpp:1844–1847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1842}
1843
1844int __syscall_fadvise64(int fd, off_t offset, off_t len, int advice) {
1845 // Advice is currently ignored. TODO some backends might use it
1846 return 0;
1847}
1848
1849// epoll is implemented in the legacy (non-WASMFS) JS syscall layer only.
1850int __syscall_epoll_create1(int flags) { return -ENOSYS; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected