Skip to content

Commit

Permalink
Improve NSFileManager thread safety
Browse files Browse the repository at this point in the history
  • Loading branch information
triplef committed Jul 19, 2023
1 parent d643dad commit ccef81f
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2023-07-19 Frederik Seiffert <[email protected]>

* Headers/Foundation/NSFileManager.h:
* Source/NSFileManager.m:
Improve NSFileManager thread safety.

2023-06-10 Riccardo Mottola <[email protected]>

* Tests/base/NSURL/Helpers/Launch.h:
Expand Down
1 change: 1 addition & 0 deletions Headers/Foundation/NSFileManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ GS_EXPORT_CLASS
@private
id<NSFileManagerDelegate> _delegate;
NSString *_lastError;
gs_mutex_public_t _lastErrorMutex;
#endif
#if GS_NONFRAGILE
#else
Expand Down
Loading

0 comments on commit ccef81f

Please sign in to comment.