Ticket #45265: patch-montecarlo-vmc-inc-TMCtls.h.diff
File patch-montecarlo-vmc-inc-TMCtls.h.diff, 553 bytes (added by cjones051073 (Chris Jones), 10 years ago) |
---|
-
./montecarlo/vmc/inc/TMCtls.h
old new 52 52 */ 53 53 #if ( defined(__linux__) ) && ( !defined(__CINT__) ) 54 54 // Multi-threaded build: for POSIX systems 55 #include <pthread.h>56 #define TMCThreadLocal __thread55 //#include <pthread.h> 56 #define TMCThreadLocal 57 57 #else 58 58 //# error "No Thread Local Storage (TLS) technology supported for this platform. Use sequential build !" 59 59 #define TMCThreadLocal