]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/master.hpp
added threadsafe defines. Dunno if they do much
[factor.git] / vm / master.hpp
index bf60d1e4f6c533322a664b77d0ed5b5a0481aee6..00ee181b8f9c504cd8eb66fd5a3e75acf148827f 100755 (executable)
@@ -1,6 +1,9 @@
 #ifndef __FACTOR_MASTER_H__
 #define __FACTOR_MASTER_H__
 
+#define _THREAD_SAFE
+#define _REENTRANT
+
 #ifndef WINCE
 #include <errno.h>
 #endif