mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
Merge pull request #6376 from bzEq/bzEq/aix-int64
Define correct off64_t for AIX
This commit is contained in:
@@ -104,6 +104,8 @@ typedef __int64 off64_t;
|
||||
typedef __haiku_std_int64 off64_t;
|
||||
#elif defined(__APPLE__)
|
||||
typedef __int64_t off64_t;
|
||||
#elif defined(_AIX)
|
||||
typedef long long off64_t;
|
||||
#else
|
||||
typedef int64_t off64_t;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user