mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02:00
Adds the following tests: * if there are multiple shared mmaps for the same file, writes to one mmap region should be visible in the other mmap regions. * if you write to a file with write(), those changes should be visible in shared mmaps for that file. * if you write to a shared mmap, those changes should be visible when you read() from the file. * if you write to a private mmap, any changes you make should not be visible when you read() the file.
2.7 KiB
2.7 KiB