From 4595a05d56cac42524e6499e5453b7f3b58191af Mon Sep 17 00:00:00 2001 From: "Jonathan M. Henson" Date: Wed, 11 Oct 2023 18:00:02 -0700 Subject: [PATCH] Add disclaimer to the env api. --- include/aws/common/system_info.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/aws/common/system_info.h b/include/aws/common/system_info.h index be4554fd4..91da41f9d 100644 --- a/include/aws/common/system_info.h +++ b/include/aws/common/system_info.h @@ -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);