Changes between Version 145 and Version 146 of library_stdio


Ignore:
Timestamp:
Jan 20, 2016, 9:17:52 AM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v145 v146  
    371371The supported values for the <prot> argument are : MAP_PROT_READ / MAP_PROT_WRITE / MAP_PROT_EXEC (can be ored).
    372372It 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.
    374374 * it does not support the MAP_FIXED flag : the <vaddr> argument is not used.
    375375 * it does not support the MAP_ANONYMOUS flog : only file mapping.