Ignore:
File:
1 edited

Legend:

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

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