Changeset fec7ba0 in mainline for uspace/lib/c/include/async.h
- Timestamp:
- 2019-01-11T18:17:38Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5b3e74a, ad40b74b, e0e5e6f5
- Parents:
- dcec5d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
rdcec5d2 rfec7ba0 41 41 42 42 #include <ipc/common.h> 43 #include <fibril.h>44 43 #include <time.h> 45 44 #include <stdbool.h> … … 473 472 474 473 errno_t async_spawn_notification_handler(void); 475 fid_t async_create_manager(void);476 474 477 475 #endif
Note:
See TracChangeset
for help on using the changeset viewer.