Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/private/fibril.h

    r7064e71 r3fcea34  
    7070        fibril_owner_info_t *waits_for;
    7171        fibril_event_t *sleep_event;
    72 
    73         list_t exit_hooks;
    7472};
    75 
    76 typedef struct {
    77         link_t link;
    78         void (*func)(void);
    79 } fibril_hook_t;
    8073
    8174extern fibril_t *fibril_alloc(void);
     
    9386extern errno_t fibril_ipc_wait(ipc_call_t *, const struct timespec *);
    9487extern void fibril_ipc_poke(void);
    95 
    96 extern void fibril_run_exit_hooks(fibril_t *);
    9788
    9889/**
Note: See TracChangeset for help on using the changeset viewer.