mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Replace deprecated thread annotations macros.
PiperOrigin-RevId: 292326369 Change-Id: I47cb8416b198872c96921207e257745451285680
This commit is contained in:
parent
539d1cac34
commit
54cd192442
|
@ -48,7 +48,7 @@ class EmbedFile {
|
|||
|
||||
// List of File TOCs and corresponding file-descriptors.
|
||||
absl::flat_hash_map<const FileToc*, int> file_tocs_
|
||||
GUARDED_BY(file_tocs_mutex_);
|
||||
ABSL_GUARDED_BY(file_tocs_mutex_);
|
||||
absl::Mutex file_tocs_mutex_;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user