Skip to content

posix: implement confstr() #68599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

moonlight83340
Copy link
Contributor

This is part of the See #51211 (RFC #51211).

confstr() is required as part of POSIX_SINGLE_PROCESS Subprofiling Option Group.

For more information, please refer to https://pubs.opengroup.org/onlinepubs/9699919799/functions/confstr.html

This is just a draft not sure on how to get the string value for now but wanted to give it a try.

Could Fixes #66866

@moonlight83340 moonlight83340 force-pushed the confstr branch 5 times, most recently from 25b5a3f to 3f914fd Compare February 7, 2024 09:16
Introduces basic implementation of confstr() function.
`confstr()` is required as part of
POSIX_SINGLE_PROCESS Subprofiling Option Group.

signed-off-by: Gaetan Perrot <[email protected]>
Updates in documentation support for `confstr` API
in the `POSIX_SINGLE_PROCESS` group option.

signed-off-by: Gaetan Perrot <[email protected]>
Add tests for `confstr()`

signed-off-by: Gaetan Perrot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

posix: implement confstr()
1 participant