mescc: Mes C Library: Support gcc-4.6.4: Add SSIZE_MAX macro.

* include/stdint.h (SSIZE_MAX): New macro.
This commit is contained in:
Jan Nieuwenhuizen 2019-02-07 21:18:06 +01:00
parent 31e03d1cd7
commit 82332f0c0b
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,8 @@ typedef long ptrdiff_t;
#define SIZE_MAX UINT64_MAX
#endif
#define SSIZE_MAX LONG_MAX
#endif // ! WITH_GLIBC
#endif // __MES_STDINT_H