From 0c476d7f2dd1d3ac3e38b57508647c0fcc01c8c2 Mon Sep 17 00:00:00 2001 From: Ian Hays Date: Fri, 24 Feb 2017 11:46:25 -0800 Subject: [PATCH] Update FileLock/Unlock PNSE message for OSX Commit migrated from https://github.com/dotnet/coreclr/commit/10c6689e4cff982b49300428ce7d6627bbbbbdf7 --- src/coreclr/src/mscorlib/src/System.Private.CoreLib.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/src/mscorlib/src/System.Private.CoreLib.txt b/src/coreclr/src/mscorlib/src/System.Private.CoreLib.txt index 15fcf57..cb4a62c 100644 --- a/src/coreclr/src/mscorlib/src/System.Private.CoreLib.txt +++ b/src/coreclr/src/mscorlib/src/System.Private.CoreLib.txt @@ -1720,7 +1720,7 @@ event_Barrier_PhaseFinished=Barrier finishing phase {1}. PlatformNotSupported_NamedSynchronizationPrimitives=The named version of this synchronization primitive is not supported on this platform. PlatformNotSupported_NamedSyncObjectWaitAnyWaitAll=Wait operations on multiple wait handles including a named synchronization primitive are not supported on this platform. ; OSX File locking -PlatformNotSupported_OSXFileLocking=Locking/unlocking file regions is not supported. Use FileShare on the entire file instead. +PlatformNotSupported_OSXFileLocking=Locking/unlocking file regions is not supported on this platform. Use FileShare on the entire file instead. #endif ; -- 2.7.4