summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/MappedFile.cpp
AgeCommit message (Expand)Author
2021-11-23LibCore: Use open() wrapper in Core::MappedFile :^)Andreas Kling
2021-11-23LibCore: Use mmap() and munmap() wrappers in Core::MappedFileAndreas Kling
2021-11-23LibCore: Use syscall wrappers in MappedFile::map_from_fd_and_close()Andreas Kling
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling