posix.c
5.1 KB
-
Remove broken support for write in emulated mmap · a9f57a89
* Emulated mmap based write without pagefault handling is not possible since IO happens outside of call to mmap and data is written to mapped memory * Potential emulation using userfaultfd() might be possible
Dhruva Krishnamurthy committed