Changeset 3b3fcf36 in mainline for uspace/lib/c/include/as.h


Ignore:
Timestamp:
2018-11-20T10:53:13Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a615be0
Parents:
8be3230
git-author:
Jiri Svoboda <jiri@…> (2018-11-19 18:49:18)
git-committer:
Jiri Svoboda <jiri@…> (2018-11-20 10:53:13)
Message:

IPC share-in test using text and data segment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/as.h

    r8be3230 r3b3fcf36  
    5959extern errno_t as_area_resize(void *, size_t, unsigned int);
    6060extern errno_t as_area_change_flags(void *, unsigned int);
     61extern errno_t as_area_get_info(void *, as_area_info_t *);
    6162extern errno_t as_area_destroy(void *);
    6263extern void *set_maxheapsize(size_t);
Note: See TracChangeset for help on using the changeset viewer.