Skip to content
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

Backport #3735: ohos: Add shm_open and shm_unlink #3753

Merged
merged 1 commit into from
Jun 16, 2024

Conversation

jschwe
Copy link
Contributor

@jschwe jschwe commented Jun 16, 2024

OpenHarmony 4.1 adds support for shm_open and
shm_unlink so we can expose them unconditionally. Users developing for older OpenHarmony versions
will only encounter a linker error if they attempt to use the functions.
See OpenHarmony release notes for 4.1:
https://gitee.com/openharmony/docs/blob/master/en/release-notes/OpenHarmony-v4.1-release.md#arkcompiler

Signed-off-by: Jonathan Schwender jonathan.schwender@huawei.com

OpenHarmony 4.1 adds support for `shm_open` and
`shm_unlink` so we can expose them unconditionally.
Users developing for older OpenHarmony versions
will only encounter a linker error if they attempt to use
the functions.
See OpenHarmony release notes for 4.1:
https://gitee.com/openharmony/docs/blob/master/en/release-notes/OpenHarmony-v4.1-release.md#arkcompiler

Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
(cherry picked from commit 9e248e2)
@rustbot
Copy link
Collaborator

rustbot commented Jun 16, 2024

r? @JohnTitor

rustbot has assigned @JohnTitor.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@JohnTitor JohnTitor added this pull request to the merge queue Jun 16, 2024
Merged via the queue into rust-lang:libc-0.2 with commit 7a22cc5 Jun 16, 2024
57 checks passed
@jschwe jschwe deleted the jschwender/backport_ohos branch June 16, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants