Skip to content

Commit e7872e6

Browse files
committed
bootstrap-jim: Set _FILE_OFFSET_BITS=64
Without this, readdir() doesn't work properly on some 32 bit platforms Signed-off-by: Steve Bennett <[email protected]>
1 parent 7615825 commit e7872e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make-bootstrap-jim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ cat <<EOF
102102
#define HAVE_UNISTD_H
103103
#define HAVE_UMASK
104104
#define HAVE_PIPE
105+
#define _FILE_OFFSET_BITS 64
105106
#endif
106107
EOF
107108

0 commit comments

Comments
 (0)