util: fix typo in _SSIZE_T_DEFINED
This commit is contained in:
parent
70c5a36e56
commit
b7ab093531
@ -6,7 +6,7 @@
|
||||
#include "internal.h"
|
||||
|
||||
#ifndef _SSIZE_T_DEFINED
|
||||
#define SSIZE_T_DEFINED
|
||||
#define _SSIZE_T_DEFINED
|
||||
typedef intptr_t ssize_t;
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user