mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
14 lines
397 B
Diff
14 lines
397 B
Diff
--- a/source/modules/water/files/File.cpp
|
|
+++ b/source/modules/water/files/File.cpp
|
|
@@ -1223,8 +1223,8 @@
|
|
namespace
|
|
{
|
|
#ifdef CARLA_OS_LINUX
|
|
+ typedef struct stat water_statStruct;
|
|
+ #define WATER_STAT stat
|
|
- typedef struct stat64 water_statStruct;
|
|
- #define WATER_STAT stat64
|
|
#else
|
|
typedef struct stat water_statStruct;
|
|
#define WATER_STAT stat
|