mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Note deprecation of old locking stuff
This commit is contained in:
parent
1e0023dc43
commit
430629b097
5 changed files with 11 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue