Skip to content

signal::SigFlags should be enum instead of bitflags. #459

Closed
@chaosagent

Description

@chaosagent

http://man7.org/linux/man-pages/man3/pthread_sigmask.3.html

SigFlags represents the how parameter of pthread_sigmask, which takes 3 mutually exclusive options, which should be represented by an enum. The SigFlags name is pretty confusing too, as the underlying value is an option, not a flag.

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