Merge branch 'curl-ssize_t' into release-3.13

Merge-request: !2513
This commit is contained in:
Brad King
2018-10-22 12:55:05 -04:00

View File

@@ -876,6 +876,12 @@
/* The size of `long', as computed by sizeof. */
@SIZEOF_LONG_CODE@
/* The size of `long long', as computed by sizeof. */
@SIZEOF_LONG_LONG_CODE@
/* The size of `__int64', as computed by sizeof. */
@SIZEOF___INT64_CODE@
/* The size of `off_t', as computed by sizeof. */
@SIZEOF_OFF_T_CODE@