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
1 changed files with 0 additions and 6 deletions

View File

@ -25,12 +25,6 @@
#include_next <stddef.h>
#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 <stdint.h>
#include <unistd.h>