this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #528 from jamesu/fix_stat

Fix issue where the incorrect struct was used for the stat call

authored by

Luboš Doležel and committed by
GitHub
08c2ef7d f5f925ff

+4
+4
src/kernel/emulation/linux/stat/common.c
··· 1 + // This is needed so stat is not stat64 2 + #define _DARWIN_NO_64_BIT_INODE 3 + 4 + // NOTE: in this case, platform-include/sys/stat.h is used 1 5 #include <sys/stat.h> 2 6 #include "common.h" 3 7 #include "../unistd/getuid.h"