lib: 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 committed by Jan (janneke) Nieuwenhuizen
parent a05c4f8748
commit c669116a7b
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,8 @@ typedef long uintptr_t;
#define SIZE_MAX UINT64_MAX
#endif
#define SSIZE_MAX LONG_MAX
#endif // ! SYSTEM_LIBC
#endif // __MES_STDINT_H