Skip to content

Commit

Permalink
Update include/aws/common/private/system_info_priv.h
Browse files Browse the repository at this point in the history
trivial PR merge.

Co-authored-by: Michael Graeb <[email protected]>
  • Loading branch information
JonathanHenson and graebm authored Oct 11, 2023
1 parent 74fd1fa commit f2adc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aws/common/private/system_info_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct aws_system_environment {
enum aws_platform_os os;
size_t cpu_count;
size_t cpu_group_count;
void *additional_impl_data;
void *impl;
};

/**
Expand Down

0 comments on commit f2adc49

Please sign in to comment.