forked from nuttx/nuttx-update
tools/mkdeps: Fix EOVERFLOW returned by stat when CONFIG_SIM_M32=y
by define _FILE_OFFSET_BITS to 64 described here: https://man7.org/linux/man-pages/man2/stat.2.html Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: I19c079294b79a541fbcc0bf5acbf7377067acf98
This commit is contained in:
parent
4a6f7cacd5
commit
6a84d96bca
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
|||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
|
|
Loading…
Reference in a new issue