In the file include/site/mips the off_t size is set to 8 bytes. The QCA95xx/ar71xx processor use this file, and some configure from package use this file to know the size of several types. On this processor platform, I generate a simple program to print the result of sizeof(off_t) on stdout.
The output is 4, so the size of type off_t is 4 bytes and not 8 bytes as recorded in the include/site/mips Could you confirm I need to make change in include/site/mips? Regards. _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
