fix sun compile

This commit is contained in:
Eliot Horowitz
2009-08-05 13:39:01 -04:00
parent c34247cd96
commit a3475be9de

View File

@@ -12,7 +12,7 @@
namespace mongo {
boost::thread_specific_ptr<SMScope> currentScope( dontDeleteScope );
mutex smmutex;
boost::mutex smmutex;
#define smlock boostlock ___lk( smmutex );
#define GETHOLDER(x,o) ((BSONHolder*)JS_GetPrivate( x , o ))