Changes between Version 145 and Version 146 of library_stdio
- Timestamp:
- Jan 20, 2016, 9:17:52 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v145 v146 371 371 The supported values for the <prot> argument are : MAP_PROT_READ / MAP_PROT_WRITE / MAP_PROT_EXEC (can be ored). 372 372 It has the following limitations: 373 * it does not support the MAP_PRIVATE flag : all write are seen by all threads.373 * it does not support the MAP_PRIVATE flag : write are seen by any thread in any application. 374 374 * it does not support the MAP_FIXED flag : the <vaddr> argument is not used. 375 375 * it does not support the MAP_ANONYMOUS flog : only file mapping.