Ignore:
File:
1 edited

Legend:

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

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