I'm trying to compile Evas for the host mipsel-linux-uclibc. I'm using an old binary toolchain from my company to do it. It was compiled around 2008 and I'm kinda stuck with it right now. Looks like this toolchain is missing the following field in the struct stat of stat.h:
unsigned long int st_mtimensec; /* Nsecs of last modification. */
The closest thing that I have is:
__time_t st_mtime; /* Time of last modification. */
Looks like this is related to uclibc. Is there an easy way out of this?