Changeset 3679f51a in mainline for uspace/lib/c/generic/libc.c
- Timestamp:
- 2018-06-25T20:41:09Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 95838f1
- Parents:
- d73d992
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-25 20:30:35)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-25 20:41:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
rd73d992 r3679f51a 57 57 #include "private/fibril.h" 58 58 59 #ifdef FUTEX_UPGRADABLE60 #include <rcu.h>61 #endif62 63 59 #ifdef CONFIG_RTLD 64 60 #include <rtld/rtld.h> … … 90 86 91 87 __tcb_set(fibril->tcb); 92 93 94 #ifdef FUTEX_UPGRADABLE95 rcu_register_fibril();96 #endif97 88 98 89 __async_server_init();
Note:
See TracChangeset
for help on using the changeset viewer.