MCPcopy Create free account
hub / github.com/GJDuck/e9patch / msync

Function msync

examples/stdlib.c:1211–1214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1209}
1210
1211static int msync(void *addr, size_t length, int flags)
1212{
1213 return (int)syscall(SYS_msync, addr, length, flags);
1214}
1215
1216static int munmap(void *addr, size_t length)
1217{

Callers 2

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected