Closed
Description
Summary
The stat module that was just implemented is using obsolete constants S_IWRITE and S_IEXEC. These constants do not exist on newer OS's like Redox. Please use S_IWUSR and S_IXUSR.
Details
S_IWRITE and S_IEXEC exist for backwards compatibility reasons and should not be used in new software.
Metadata
Metadata
Assignees
Labels
No labels