Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Issues: Addresses: * aws/aws-lc-rs#610 ### Description of changes: `strdup` was only officially [added to libc in C23](https://en.cppreference.com/w/c/string/byte/strdup). Platforms we support may require the `__STDC_WANT_LIB_EXT2__` or `_POSIX_C_SOURCE` macros to be defined prior to the inclusion of the "string.h" header. ### Call-outs: * Reference: https://en.cppreference.com/w/c/experimental/dynamic/strdup By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
- Loading branch information