]> pd.if.org Git - nbds/blobdiff - runtime/rlocal.h
separate out strings handling code into it own file
[nbds] / runtime / rlocal.h
similarity index 67%
rename from runtime/runtime_local.h
rename to runtime/rlocal.h
index 5b02076af70b81d1a9fd69b0348d46c8921d668c..4828c6eead11e6c23fd9f2eabbb6182dc9f8b208 100644 (file)
@@ -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