]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/servls.cpp
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / common / servls.cpp
index 0e29bfcee6f34c87200e3bdddaf81e352518591b..418be4a5d9487554ad4dd0dca36568baeaed0054 100644 (file)
@@ -1,6 +1,6 @@
 /**
  *******************************************************************************
- * Copyright (C) 2001-2011, International Business Machines Corporation and    *
+ * Copyright (C) 2001-2012, International Business Machines Corporation and    *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  *
@@ -25,7 +25,7 @@
 
 U_NAMESPACE_BEGIN
 
-static UMTX llock;
+static UMutex llock = U_MUTEX_INITIALIZER;
 ICULocaleService::ICULocaleService()
   : fallbackLocale(Locale::getDefault())
 {