Skip to content

Perhaps sigprocmask() should be unsafe #2471

Open
@SteveLauC

Description

@SteveLauC

Per the Linux man page, sigprocmask(2) is unspecified in a multithreaded process, perhapss we should make it unsafe due to this reason.

Or we should simply remove it considering that pthread_sigmask() is basically the safe version of sigprocmask().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions