X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Ftests%2Fvm%2Fmmap-write.c;h=46e804349367aab3c0259bdf1f5ff87dddc1d2be;hb=086c09c08365eb549d855a095ced103a9c155fde;hp=b231282f96e4b1dc3c485d14b5a4e0aa168bf9ac;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/src/tests/vm/mmap-write.c b/src/tests/vm/mmap-write.c index b231282..46e8043 100644 --- a/src/tests/vm/mmap-write.c +++ b/src/tests/vm/mmap-write.c @@ -1,3 +1,7 @@ +/* Writes to a file through a mapping, and unmaps the file, + then reads the data in the file back using the read system + call to verify. */ + #include #include #include "tests/vm/sample.inc"