Skip to content

posix: implement putmsg() #66978

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
ycsin opened this issue Dec 24, 2023 · 2 comments · Fixed by #67711
Closed
Tracked by #51211

posix: implement putmsg() #66978

ycsin opened this issue Dec 24, 2023 · 2 comments · Fixed by #67711
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

@ycsin
Copy link
Member

ycsin commented Dec 24, 2023

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

putmsg() is required as part of _XOPEN_STREAMS Option Group.

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

@ycsin ycsin 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 24, 2023
@uddivert
Copy link

Hey, I would like to tackle this issue.

I am new to zephyr is there any information about how to get started, and possible approaches this, and testing my implementation?

@nashif nashif added Enhancement Changes/Updates/Additions to existing features and removed Feature Request A request for a new feature labels Jan 19, 2024
@ycsin
Copy link
Member Author

ycsin commented Jan 31, 2024

Hey, I would like to tackle this issue.

I am new to zephyr is there any information about how to get started, and possible approaches this, and testing my implementation?

This reply is probably a little too late, some pointers for you in case you haven't read them already:

You may also take a look at #67711, which closed this issue, since @AbhinavMir is also a first-time contributor, there might be some answers in the PR.

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