Changeset fec7ba0 in mainline for uspace/lib/c/include/async.h


Ignore:
Timestamp:
2019-01-11T18:17:38Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b3e74a, ad40b74b, e0e5e6f5
Parents:
dcec5d2
Message:

Avoid including <fibril.h> from <async.h>

File:
1 edited

Legend:

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

    rdcec5d2 rfec7ba0  
    4141
    4242#include <ipc/common.h>
    43 #include <fibril.h>
    4443#include <time.h>
    4544#include <stdbool.h>
     
    473472
    474473errno_t async_spawn_notification_handler(void);
    475 fid_t async_create_manager(void);
    476474
    477475#endif
Note: See TracChangeset for help on using the changeset viewer.