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.
Handle mmap offset (emscripten-core#10095)
Add and use offset parameter in doMsync fixes emscripten-core#10094
- Loading branch information
1 parent
13733d3
commit cab9e53
Showing
4 changed files
with
57 additions
and
5 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 |
---|---|---|
|
@@ -444,4 +444,5 @@ a license to everyone to use it as detailed in LICENSE.) | |
* Clemens Backes <[email protected]> (copyright owned by Google, Inc.) | ||
* Tibor Klajnscek <[email protected]> | ||
* Benjamin Golinvaux <[email protected]> | ||
* Peter Salomonsen <[email protected]> | ||
* Niklas Fiekas <[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 |