Changeset 49a796f1 in mainline for uspace/lib/c/generic/libc.c
- Timestamp:
- 2018-05-31T16:11:01Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c8afd5a
- Parents:
- fda19b8
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-05-31 15:19:10)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-05-31 16:11:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
rfda19b8 r49a796f1 95 95 #endif 96 96 97 __async_init(); 97 __async_server_init(); 98 __async_client_init(); 99 __async_ports_init(); 98 100 99 101 /* The basic run-time environment is setup */
Note:
See TracChangeset
for help on using the changeset viewer.