libcmini icon indicating copy to clipboard operation
libcmini copied to clipboard

Conflicting definitions of struct stat

Open th-otto opened this issue 2 months ago • 0 comments

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?

th-otto avatar May 02 '24 06:05 th-otto