X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=runtime%2Frlocal.h;fp=runtime%2Fruntime_local.h;h=4828c6eead11e6c23fd9f2eabbb6182dc9f8b208;hp=5b02076af70b81d1a9fd69b0348d46c8921d668c;hb=d791fc64b23a9c0a3ed90aa60571344d7735aee9;hpb=b21e1c182a2e469240d2b1cbbda37f2dfeb880d9 diff --git a/runtime/runtime_local.h b/runtime/rlocal.h similarity index 67% rename from runtime/runtime_local.h rename to runtime/rlocal.h index 5b02076..4828c6e 100644 --- a/runtime/runtime_local.h +++ b/runtime/rlocal.h @@ -1,5 +1,5 @@ -#ifndef RUNTIME_LOCAL_H -#define RUNTIME_LOCAL_H +#ifndef RLOCAL_H +#define RLOCAL_H #include "tls.h" DECLARE_THREAD_LOCAL(tid_, int); @@ -7,4 +7,4 @@ void mem_init (void); void rcu_thread_init (int thread_id); void lwt_thread_init (int thread_id); -#endif//RUNTIME_LOCAL_H +#endif//RLOCAL_H