Skip to content

PIDFD_NONBLOCK missing from Linux musl toolchains #3002

Closed
@JonathanWoollett-Light

Description

@JonathanWoollett-Light

PIDFD_NONBLOCK is an alias for O_NONBLOCK used with pidfd_open.

It is missing from all the musl toolchains.

These toolchains do however have SYS_pidfd_open which would suggest they should have this value.

Activity

added a commit that references this issue on Nov 17, 2022
515a816
added a commit that references this issue on Nov 19, 2022
b9dbd5e
added a commit that references this issue on Nov 20, 2022

Auto merge of #3003 - devnexen:musl_pidfd_nonblock, r=JohnTitor

e2a3239
added a commit that references this issue on Nov 20, 2022
7ba33fd
added a commit that references this issue on Nov 20, 2022

Auto merge of #3003 - devnexen:musl_pidfd_nonblock, r=JohnTitor

34a5773
added a commit that references this issue on Nov 20, 2022
0993260
added a commit that references this issue on Nov 30, 2022

Auto merge of #3003 - devnexen:musl_pidfd_nonblock, r=JohnTitor

b8c8e13
added a commit that references this issue on Mar 20, 2023
ce99730
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @JonathanWoollett-Light

      Issue actions

        `PIDFD_NONBLOCK` missing from Linux musl toolchains · Issue #3002 · rust-lang/libc