Skip to content

posix: implement environ #66861

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
Tracked by #51211
cfriedt opened this issue Dec 22, 2023 · 2 comments · Fixed by #66762
Closed
Tracked by #51211

posix: implement environ #66861

cfriedt opened this issue Dec 22, 2023 · 2 comments · Fixed by #66762
Assignees
Labels
area: POSIX POSIX API Library Enhancement Changes/Updates/Additions to existing features Good first issue Good for a first time contributor to take

Comments

@cfriedt
Copy link
Member

cfriedt commented Dec 22, 2023

This is part of the See POSIX Roadmap for LTSv3 (RFC #51211).

The environ global variable is required as part of POSIX_SINGLE_PROCESS Subprofiling Option Group.

https://pubs.opengroup.org/onlinepubs/9699919799/functions/environ.html

@cfriedt cfriedt added Feature Request A request for a new feature Good first issue Good for a first time contributor to take area: POSIX POSIX API Library labels Dec 22, 2023
@cfriedt cfriedt self-assigned this Dec 22, 2023
@nashif nashif added Enhancement Changes/Updates/Additions to existing features and removed Feature Request A request for a new feature labels Jan 19, 2024
@Sh0g0-1758
Copy link

hey @cfriedt , I am working on implementing the getenv and setenv issues. I would like to take this one up too. Can you please assign me it.

@kartben
Copy link
Collaborator

kartben commented Jan 19, 2024

hey @cfriedt , I am working on implementing the getenv and setenv issues. I would like to take this one up too. Can you please assign me it.

There is already a PR #66762 so I would recommend you provide feedback there :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: POSIX POSIX API Library Enhancement Changes/Updates/Additions to existing features Good first issue Good for a first time contributor to take
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants