mescc: Mes C Library: Do not redefine size_t.
* include/stddef.h: Do not redefine size_t.
This commit is contained in:
parent
ea357f506e
commit
db753e8fee
|
@ -25,12 +25,6 @@
|
||||||
#include_next <stddef.h>
|
#include_next <stddef.h>
|
||||||
#else // ! WITH_GLIBC
|
#else // ! WITH_GLIBC
|
||||||
|
|
||||||
#ifndef __MES_SIZE_T
|
|
||||||
#define __MES_SIZE_T
|
|
||||||
#undef size_t
|
|
||||||
typedef unsigned long size_t;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
Loading…
Reference in a new issue