mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
3f61b70192
|
@ -96,7 +96,7 @@ struct iovec {
|
||||||
} // namespace snappy
|
} // namespace snappy
|
||||||
|
|
||||||
#if @ac_cv_have_ssize_t@
|
#if @ac_cv_have_ssize_t@
|
||||||
typedef ssize_t uint64_t
|
typedef uint64_t ssize_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // THIRD_PARTY_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_
|
#endif // THIRD_PARTY_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_
|
||||||
|
|
Loading…
Reference in New Issue