Skip to content

gid_t and uid_t aren't correct for Redox #4678

@zacknewman

Description

@zacknewman

According to the source code for Redox:

pub type gid_t = c_int;
pub type uid_t = c_int;

however libc defines them to be u32s:

pub type uid_t = u32;
pub type gid_t = u32;

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions