limine-install: Add _FILE_OFFSET_BITS macro to ensure off_t is 64 bit
This commit is contained in:
parent
cdee80d507
commit
edbc127ffc
|
@ -1,3 +1,5 @@
|
|||
#define _FILE_OFFSET_BITS 64
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in New Issue