Skip to content

Commit

Permalink
Fix static timing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eggdai committed Nov 6, 2024
1 parent ac8b35e commit c806e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bq_common/platform/posix_misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ namespace bq {
return;
}
bq::platform::mutex& file_exclusive_mutex = get_file_exclusive_mutex();
bq::hash_map<windows_file_node_info, file_open_mode_enum>& file_exclusive_cache = get_file_exclusive_cache();
bq::hash_map<posix_file_node_info, file_open_mode_enum>& file_exclusive_cache = get_file_exclusive_cache();
bq::platform::scoped_mutex lock(file_exclusive_mutex);
posix_file_node_info node_info;
node_info.ino = file_info.st_ino;
Expand Down

0 comments on commit c806e45

Please sign in to comment.