Skip to content

eventfd() unsigned int #120

Closed
Closed
@MarkSwanson

Description

@MarkSwanson

In Linux note 'man 2 eventfd'.
int eventfd(unsigned int initval, int flags);

You'll see this is incorrectly defined here:
src/unix/notbsd/linux/other/mod.rs

(the bug is that c_int should be c_uint)

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