Changeset 8d70937 in mainline for uspace/lib/c/generic/as.c


Ignore:
Timestamp:
2011-08-31T14:13:06Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
af2b806
Parents:
b5cfeab4
Message:

libc: make parameter const as there is no good reason for non-const version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/as.c

    rb5cfeab4 r8d70937  
    123123 * @retval ENOENT Mapping not found.
    124124 */
    125 int as_get_physical_mapping(void *address, uintptr_t *frame)
     125int as_get_physical_mapping(const void *address, uintptr_t *frame)
    126126{
    127127        uintptr_t tmp_frame;
Note: See TracChangeset for help on using the changeset viewer.