Ignore:
File:
1 edited

Legend:

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

    rd54b303 r9d58539  
    5252#include "private/io.h"
    5353
    54 #ifdef FUTEX_UPGRADABLE
    55 #include <rcu.h>
    56 #endif
    57 
    5854#ifdef CONFIG_RTLD
    5955#include <rtld/rtld.h>
    6056#endif
    61 
    6257
    6358static bool env_setup = false;
     
    6762        /* Initialize user task run-time environment */
    6863        __malloc_init();
     64        __async_init();
    6965       
    7066        fibril_t *fibril = fibril_setup();
     
    7672        /* Save the PCB pointer */
    7773        __pcb = (pcb_t *) pcb_ptr;
    78        
    79 #ifdef FUTEX_UPGRADABLE
    80         rcu_register_fibril();
    81 #endif
    82        
    83         __async_init();
    8474       
    8575        /* The basic run-time environment is setup */
Note: See TracChangeset for help on using the changeset viewer.