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