mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Core: Fixed for musl (problem with lseek64)
This commit is contained in:
parent
0ac083d53d
commit
c4711707da
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@
|
|||
#define FTRUNCATE64_ ftruncate
|
||||
#endif
|
||||
|
||||
#if defined(PLATFORM_LINUX) && !defined(_LARGEFILE64_SOURCE)
|
||||
#if defined(PLATFORM_LINUX) && !defined(_LARGEFILE64_SOURCE) && defined(CPU_32)
|
||||
#undef LOFF_T_
|
||||
#define LOFF_T_ loff_t
|
||||
#undef LSEEK64_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue