Changes in uspace/lib/c/include/async.h [6b96dc06:d73d992] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
r6b96dc06 rd73d992 51 51 #include <abi/cap.h> 52 52 53 #include <_bits/__noreturn.h>54 55 53 typedef sysarg_t aid_t; 56 54 typedef sysarg_t port_id_t; … … 110 108 typedef struct async_exch async_exch_t; 111 109 112 extern _ _noreturn void async_manager(void);110 extern _Noreturn void async_manager(void); 113 111 114 112 #define async_get_call(data) \
Note:
See TracChangeset
for help on using the changeset viewer.