util: don't define _SSIZE_T_DEFINED
Clang complains about it, and it's unnecessary anyway.
This commit is contained in:
parent
a60d90a26a
commit
3098a3cda5
@ -7,7 +7,6 @@
|
||||
#include "internal.h"
|
||||
|
||||
#ifndef _SSIZE_T_DEFINED
|
||||
#define _SSIZE_T_DEFINED
|
||||
typedef intptr_t ssize_t;
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user