Changeset 116d3f6f in mainline for uspace/lib/libc/include/async.h
- Timestamp:
- 2007-10-03T06:55:56Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 18525c5
- Parents:
- 5b5d25f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/async.h
r5b5d25f r116d3f6f 46 46 static inline void async_manager(void) 47 47 { 48 fibril_s chedule_next_adv(FIBRIL_TO_MANAGER);48 fibril_switch(FIBRIL_TO_MANAGER); 49 49 } 50 50
Note:
See TracChangeset
for help on using the changeset viewer.