Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/libc.c

    r3679f51a r099c834  
    5555#include "private/malloc.h"
    5656#include "private/io.h"
    57 #include "private/fibril.h"
     57
     58#ifdef FUTEX_UPGRADABLE
     59#include <rcu.h>
     60#endif
    5861
    5962#ifdef CONFIG_RTLD
     
    8689
    8790        __tcb_set(fibril->tcb);
     91
     92
     93#ifdef FUTEX_UPGRADABLE
     94        rcu_register_fibril();
     95#endif
    8896
    8997        __async_server_init();
Note: See TracChangeset for help on using the changeset viewer.