This commit is contained in:
Andrew S. Rightenburg 2024-02-04 01:27:15 +08:00
parent 00020c70c1
commit 9c2eafde4e
Signed by: rail5
GPG Key ID: A0CB570AB6629159
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#define EXIT_OTHER 4
#define EXIT_INTERRUPT 5
// Account for systems which have fopen64
// Account for systems which don't have fopen64
#if defined __clang__ || defined __HAIKU__
#define fopen64 fopen
// This might(?) mean that we can't open >2GB files on 32-bit systems which use clang/llvm