Ignore:
File:
1 edited

Legend:

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

    r3b1cc8d readaeae8  
    107107typedef struct async_sess async_sess_t;
    108108typedef struct async_exch async_exch_t;
     109
     110extern atomic_t threads_in_ipc_wait;
    109111
    110112#define async_manager() \
     
    492494    sysarg_t, sysarg_t, sysarg_t);
    493495
    494 errno_t async_spawn_notification_handler(void);
    495 
    496496#endif
    497497
Note: See TracChangeset for help on using the changeset viewer.