Skip to content

Commit

Permalink
[openmp][AIX] Add AIX to __kmp_set_stack_info() (#77421)
Browse files Browse the repository at this point in the history
  • Loading branch information
brad0 committed Jan 9, 2024
1 parent affd9e8 commit dc03382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmp/runtime/src/z_Linux_util.cpp
Expand Up @@ -422,7 +422,7 @@ void __kmp_terminate_thread(int gtid) {
static kmp_int32 __kmp_set_stack_info(int gtid, kmp_info_t *th) {
int stack_data;
#if KMP_OS_LINUX || KMP_OS_DRAGONFLY || KMP_OS_FREEBSD || KMP_OS_NETBSD || \
KMP_OS_HURD || KMP_OS_SOLARIS
KMP_OS_HURD || KMP_OS_SOLARIS || KMP_OS_AIX
pthread_attr_t attr;
int status;
size_t size = 0;
Expand Down

0 comments on commit dc03382

Please sign in to comment.