Changeset 0a8f070 in mainline for uspace/lib/c/generic/libc.c
- Timestamp:
- 2019-08-07T02:33:03Z (6 years ago)
- Children:
- fe86d9d
- Parents:
- 103939e
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-08-16 16:04:14)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 02:33:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
r103939e r0a8f070 103 103 } 104 104 #endif 105 105 106 /* Setup async framework */ 106 107 __async_server_init(); 107 __async_client_init(); 108 if (__pcb == NULL) { 109 __async_client_init(NULL); 110 } else { 111 __async_client_init(__pcb->session_primary); 112 } 108 113 __async_ports_init(); 109 114
Note:
See TracChangeset
for help on using the changeset viewer.