You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 ofinclude/ext.h
, which is the Pure-C one.I just wonder whether that can work at all?
The text was updated successfully, but these errors were encountered: