X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=runtime%2Fruntime_local.h;fp=runtime%2Fruntime_local.h;h=0000000000000000000000000000000000000000;hp=5b02076af70b81d1a9fd69b0348d46c8921d668c;hb=d791fc64b23a9c0a3ed90aa60571344d7735aee9;hpb=b21e1c182a2e469240d2b1cbbda37f2dfeb880d9 diff --git a/runtime/runtime_local.h b/runtime/runtime_local.h deleted file mode 100644 index 5b02076..0000000 --- a/runtime/runtime_local.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef RUNTIME_LOCAL_H -#define RUNTIME_LOCAL_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//RUNTIME_LOCAL_H