diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-03-08 16:46:45 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-03-08 16:46:45 +0000 |
commit | dd54b8644c60cd7b7bee27ecaae4138e7c056c01 (patch) | |
tree | 77b01ed80818f6033372b62739143b3e3eedac4e /malloc/malloc.h | |
parent | 1ba4f03035faabd9090f61ec5514e2abced5ca29 (diff) | |
download | glibc-dd54b8644c60cd7b7bee27ecaae4138e7c056c01.tar.gz glibc-dd54b8644c60cd7b7bee27ecaae4138e7c056c01.tar.xz glibc-dd54b8644c60cd7b7bee27ecaae4138e7c056c01.zip |
Remove __malloc_ptrdiff_t.
Diffstat (limited to 'malloc/malloc.h')
-rw-r--r-- | malloc/malloc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/malloc/malloc.h b/malloc/malloc.h index 4695b7d0ad..cd691f103c 100644 --- a/malloc/malloc.h +++ b/malloc/malloc.h @@ -24,9 +24,6 @@ #include <stdio.h> # define __malloc_ptr_t void * -/* Used by GNU libc internals. */ -#define __malloc_ptrdiff_t ptrdiff_t - #ifdef _LIBC # define __MALLOC_HOOK_VOLATILE # define __MALLOC_DEPRECATED |