Skip to content

posix: implement _POSIX_SYNCHRONIZED_IO #74383

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

Merged
merged 4 commits into from
Jul 29, 2024

Conversation

ycsin
Copy link
Member

@ycsin ycsin commented Jun 17, 2024

No description provided.

`msync()` has been implemented in zephyrproject-rtos#73799.

Signed-off-by: Yong Cong Sin <[email protected]>
@ycsin ycsin requested a review from cfriedt June 17, 2024 05:53
@ycsin ycsin added the area: POSIX POSIX API Library label Jun 17, 2024
@ycsin ycsin marked this pull request as ready for review June 17, 2024 07:21
ycsin added 3 commits June 17, 2024 17:01
`fdatasync()` is basically equivalent to `fsync()` according
to the standards.

Added test for it.

Signed-off-by: Yong Cong Sin <[email protected]>
The `_POSIX_SYNCHRONIZED_IO` option group is now fully
supported.

Signed-off-by: Yong Cong Sin <[email protected]>
These functions have been supported, update the test
accordingly.

Signed-off-by: Yong Cong Sin <[email protected]>
@ycsin ycsin force-pushed the pr/posix_synchronized_io branch from 36072bd to 966a9c3 Compare June 17, 2024 09:01
@aescolar aescolar added this to the v4.0.0 milestone Jun 17, 2024
@cfriedt cfriedt added the TSC Topics that need TSC discussion label Jun 17, 2024
@vaishnavachath vaishnavachath self-requested a review June 17, 2024 20:02
@ycsin ycsin linked an issue Jun 18, 2024 that may be closed by this pull request
@cfriedt cfriedt removed the TSC Topics that need TSC discussion label Jun 20, 2024
@carlescufi carlescufi merged commit def7f37 into zephyrproject-rtos:main Jul 29, 2024
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: POSIX POSIX API Library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

posix: implement fdatasync()
7 participants