8000 Revert "Include <stdint.h>" · libgit2/libgit2@062f569 · GitHub
[go: up one dir, main page]

Skip to content

Commit 062f569

Browse files
committed
Revert "Include <stdint.h>"
This reverts commit 1fde70b.
1 parent 1fde70b commit 062f569

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/util/posix.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
#include "git2_util.h"
1111

12-
#include <stdint.h>
1312
#include <stdlib.h>
1413
#include <fcntl.h>
1514
#include <time.h>
@@ -105,6 +104,8 @@ typedef __int64 off64_t;
105104
typedef __haiku_std_int64 off64_t;
106105
#elif defined(__APPLE__)
107106
typedef __int64_t off64_t;
107+
#elif defined(_AIX)
108+
typedef long long off64_t;
108109
#else
109110
typedef int64_t off64_t;
110111
#endif

0 commit comments

Comments
 (0)
0