]> pd.if.org Git - nbds/blob - runtime/rlocal.h
fix compiler warnings/error under gcc 4.1 and 4.2
[nbds] / runtime / rlocal.h
1 #ifndef RLOCAL_H
2 #define RLOCAL_H
3
4 #include "runtime.h"
5 #include "tls.h"
6
7 void mem_init (void);
8
9 void rcu_thread_init (int thread_id);
10 void lwt_thread_init (int thread_id);
11
12 #endif//RLOCAL_H