Ignore:
File:
1 edited

Legend:

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

    r6b96dc06 rd73d992  
    5151#include <abi/cap.h>
    5252
    53 #include <_bits/__noreturn.h>
    54 
    5553typedef sysarg_t aid_t;
    5654typedef sysarg_t port_id_t;
     
    110108typedef struct async_exch async_exch_t;
    111109
    112 extern __noreturn void async_manager(void);
     110extern _Noreturn void async_manager(void);
    113111
    114112#define async_get_call(data) \
Note: See TracChangeset for help on using the changeset viewer.