[OpenMP] [AIX] Add missing } in openmp/runtime/src/z_Linux_util.cpp (#133973)

Changes from https://github.com/llvm/llvm-project/pull/133034 removed a
`}` presumably accidentally that are causing failures in the AIX flang
bot.
This commit is contained in:
Mark Danial
2025-04-01 15:47:19 -04:00
committed by GitHub
parent 1407f5bee9
commit ac0649a75a

View File

@@ -2520,6 +2520,8 @@ int __kmp_get_load_balance(int max) {
glb_running_threads = running_threads;
return running_threads;
}
#elif KMP_OS_HAIKU
int __kmp_get_load_balance(int max) { return -1; }