Note deprecation of old locking stuff

This commit is contained in:
rfm 2024-05-27 07:57:03 +01:00
parent 1e0023dc43
commit 430629b097
5 changed files with 11 additions and 8 deletions

View file

@ -502,9 +502,8 @@ NSIncrementExtraRefCount(id anObject);
#if OS_API_VERSION(GS_API_NONE, GS_API_NONE)
/** Global lock to be used by classes when operating on any global
data that invoke other methods which also access global; thus,
creating the potential for deadlock. */
/** DEPRECATED to be removed in next release.
*/
GS_EXPORT NSRecursiveLock *gnustep_global_lock;
@interface NSObject (NEXTSTEP)