Changeset 012dd8e in mainline for uspace/lib/c/generic/private/task.h
- Timestamp:
- 2019-08-07T09:15:30Z (6 years ago)
- Children:
- e8747bd8
- Parents:
- 780c8ce
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-11-01 00:08:04)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 09:15:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/task.h
r780c8ce r012dd8e 36 36 #define LIBC_PRIVATE_TASK_H_ 37 37 38 #include <async.h>39 40 void __task_init(async_sess_t *);41 42 38 int task_retval_internal(int, bool); 43 44 async_exch_t *taskman_exchange_begin(void);45 46 void taskman_exchange_end(async_exch_t *);47 39 48 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.