commit | 73394a83905ab135c527d9424a6c43926d86ba21 | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Fri May 31 23:30:42 2024 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jun 14 14:01:05 2024 -0400 |
tree | 795ded8e9e9197a6e32b805bc5483254e26108b8 | |
parent | 156eaab70e648238fcc1974cdea89cf45ebd3f77 [diff] |
posix: add implementation of mmap(), msync(), and munmap() Add stubs for mmap(), msync(), and munmap() as required by the _POSIX_MAPPED_FILES Option and POSIX_MAPPED_FILES and Option Group of IEEE 1003.1-2017. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>