Changeset 8119363 in mainline for uspace/lib/c/generic/libc.c
- Timestamp:
- 2018-06-26T17:35:40Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6e569bf
- Parents:
- fbfe59d (diff), e768aea (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
rfbfe59d r8119363 55 55 #include "private/malloc.h" 56 56 #include "private/io.h" 57 58 #ifdef FUTEX_UPGRADABLE 59 #include <rcu.h> 60 #endif 57 #include "private/fibril.h" 61 58 62 59 #ifdef CONFIG_RTLD … … 89 86 90 87 __tcb_set(fibril->tcb); 91 92 93 #ifdef FUTEX_UPGRADABLE94 rcu_register_fibril();95 #endif96 88 97 89 __async_server_init();
Note:
See TracChangeset
for help on using the changeset viewer.