X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=runtime%2Frlocal.h;h=d6e90fac4b608fabb4eb6e41943e173f77174df7;hp=4828c6eead11e6c23fd9f2eabbb6182dc9f8b208;hb=0f6e9afb06b03647c4c5f2499ddab12f42b4340e;hpb=d791fc64b23a9c0a3ed90aa60571344d7735aee9 diff --git a/runtime/rlocal.h b/runtime/rlocal.h index 4828c6e..d6e90fa 100644 --- a/runtime/rlocal.h +++ b/runtime/rlocal.h @@ -1,10 +1,10 @@ #ifndef RLOCAL_H #define RLOCAL_H -#include "tls.h" -DECLARE_THREAD_LOCAL(tid_, int); -void mem_init (void); +#include "runtime.h" +#include "tls.h" void rcu_thread_init (int thread_id); void lwt_thread_init (int thread_id); + #endif//RLOCAL_H