Skip to content

Commit

Permalink
Fix missing }
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTodorovskiIBM committed Jul 16, 2024
1 parent b7074a5 commit b0cd547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zos.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3133,6 +3133,7 @@ extern "C" void __aligned_free(void *ptr) {
#else
free((reinterpret_cast<void**>(ptr))[-1]);
#endif
}

// C Library overrides
int __sysconf_orig(int ) asm("sysconf");
Expand Down

0 comments on commit b0cd547

Please sign in to comment.