forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add and use offset parameter in doMsync add test case for shared mmap with offset fixes emscripten-core#10094
- Loading branch information
1 parent
9de3bd4
commit 9e4eb22
Showing
4 changed files
with
58 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -443,4 +443,5 @@ a license to everyone to use it as detailed in LICENSE.) | |
* John Granström <[email protected]> | ||
* Clemens Backes <[email protected]> (copyright owned by Google, Inc.) | ||
* Tibor Klajnscek <[email protected]> | ||
* Benjamin Golinvaux <[email protected]> | ||
* Benjamin Golinvaux <[email protected]> | ||
* Peter Salomonsen <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/yolo/in.txt content=mmap ftw! | ||
/yolo/out.txt content=written mmap | ||
/yolo/private.txt content= | ||
/yolo/sharedoffset.txt content=written shared mmap with offset 32768 |