Skip to content

Conflicting definitions of struct stat #124

@th-otto

Description

@th-otto

In sources/open.c, struct stat is included from <sys/stat.h>, which is not provided here and therefor taken from mintlib. But the implementation of stat() uses the structure definition of include/ext.h, which is the Pure-C one.

I just wonder whether that can work at all?

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