Changeset 101516d in mainline for uspace/lib/c/generic/async.c
- Timestamp:
- 2016-08-30T18:06:41Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a481d81
- Parents:
- 2f6ad06
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async.c
r2f6ad06 r101516d 116 116 #include <stdlib.h> 117 117 #include <macros.h> 118 #include <as.h> 118 119 #include "private/libc.h" 119 120 … … 3379 3380 } 3380 3381 3382 void *async_as_area_create(void *base, size_t size, unsigned int flags, 3383 async_sess_t *pager) 3384 { 3385 return as_area_create(base, size, flags, pager->phone); 3386 } 3387 3381 3388 /** @} 3382 3389 */
Note:
See TracChangeset
for help on using the changeset viewer.