Changeset 1603 for trunk/src/emx/include/InnoTekLIBC/backend.h
- Timestamp:
- Nov 4, 2004, 5:37:55 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/backend.h
-
Property cvs2svn:cvs-rev
changed from
1.7
to1.8
r1602 r1603 427 427 /** @} */ 428 428 429 430 /** @defgroup __libc_Back_MMan LIBC Backend - Memory Management 431 * @{ */ 432 433 /** 434 * Change the memory protection attributes of a range of pages. 435 * This function supports the crossing of object boundaries and works 436 * on any memory the native apis works on. 437 * 438 * @returns Negative error code (errno.h) on failure. 439 * @param pv Pointer to first page - page aligned! 440 * @param cb Size of the ranage - page aligned! 441 * @param fFlags The PROT_* flags to replace the current flags with. 442 */ 443 int __libc_Back_mmanProtect(void *pv, size_t cb, unsigned fFlags); 444 445 /** @} */ 446 447 429 448 __END_DECLS 430 449 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.