Ignore:
Timestamp:
2018-11-11T15:47:39Z (5 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0b8fad2
Parents:
f4cb6c5f
git-author:
Jakub Jermar <jakub@…> (2018-11-11 10:27:00)
git-committer:
Jakub Jermar <jakub@…> (2018-11-11 15:47:39)
Message:

Deallocate waitq's used by the loader

File:
1 edited

Legend:

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

    rf4cb6c5f r25f6bddb  
    9595
    9696extern void __async_server_init(void);
     97extern void __async_server_fini(void);
    9798extern void __async_client_init(void);
     99extern void __async_client_fini(void);
    98100extern void __async_ports_init(void);
     101extern void __async_ports_fini(void);
    99102
    100103extern errno_t async_create_port_internal(iface_t, async_port_handler_t,
Note: See TracChangeset for help on using the changeset viewer.