util: don't define _SSIZE_T_DEFINED

Clang complains about it, and it's unnecessary anyway.
This commit is contained in:
Bert Belder 2018-05-16 21:45:41 -07:00
parent a60d90a26a
commit 3098a3cda5
No known key found for this signature in database
GPG Key ID: 7A77887B2E2ED461

View File

@ -7,7 +7,6 @@
#include "internal.h"
#ifndef _SSIZE_T_DEFINED
#define _SSIZE_T_DEFINED
typedef intptr_t ssize_t;
#endif