diff options
Diffstat (limited to 'malloc/malloc.h')
-rw-r--r-- | malloc/malloc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/malloc/malloc.h b/malloc/malloc.h index 9fe7ab2..4695b7d 100644 --- a/malloc/malloc.h +++ b/malloc/malloc.h @@ -25,7 +25,6 @@ # define __malloc_ptr_t void * /* Used by GNU libc internals. */ -#define __malloc_size_t size_t #define __malloc_ptrdiff_t ptrdiff_t #ifdef _LIBC |