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