Skip to content

Commit

Permalink
Add disclaimer to the env api.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Oct 12, 2023
1 parent 3df39f5 commit 4595a05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/aws/common/system_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ AWS_EXTERN_C_BEGIN
/**
* Allocates and initializes information about the system the current process is executing on.
* If successful returns an instance of aws_system_environment. If it fails, it will return NULL.
*
* Note: This api is used internally and is still early in its evolution.
* It may change in incompatible ways in the future.
*/
AWS_COMMON_API
struct aws_system_environment *aws_system_environment_load(struct aws_allocator *allocator);
Expand Down

0 comments on commit 4595a05

Please sign in to comment.