mescc: Mes C Library: Do not redefine size_t.

* include/stddef.h: Do not redefine size_t.
This commit is contained in:
Jan Nieuwenhuizen 2018-09-01 16:55:45 +02:00
parent ea357f506e
commit db753e8fee
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -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>