Skip to content

Commit

Permalink
Merge pull request #13 from gabewillen/fix-duplicate-symbol
Browse files Browse the repository at this point in the history
fixes linker issue
  • Loading branch information
JacksonAllan authored Aug 23, 2024
2 parents d4fd579 + 8c1679b commit 0fce3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc.h
Original file line number Diff line number Diff line change
Expand Up @@ -4082,7 +4082,7 @@ static inline void *cc_omap_bounded_first_or_last(
// Niemann's implementation of this function assumes that if the starting node is a sentinel, its parent pointer has
// been temporarily set to point to the appropriate parent.
// Since we never write to the sentinel, we instead pass the initial parent into the function via a parameter.
void cc_omap_post_erase_fixup(
static inline void cc_omap_post_erase_fixup(
void *cntr,
cc_omapnode_hdr_ty *node,
cc_omapnode_hdr_ty *parent
Expand Down

0 comments on commit 0fce3f5

Please sign in to comment.