diff options
author | Xin LI <delphij@FreeBSD.org> | 2005-02-27 17:16:16 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2005-02-27 17:16:16 +0000 |
commit | 2dcb9ce484562f6c0600eb477c119e63105bfaba (patch) | |
tree | 7f2faa98afcfb40375b4105120e9276899b3e283 /lib/libc/stdlib/malloc.c | |
parent | fba5c5fa090c65e6dc3c736f5507a63892bab7bf (diff) |
Notes
Diffstat (limited to 'lib/libc/stdlib/malloc.c')
-rw-r--r-- | lib/libc/stdlib/malloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c index 7b69863bbe6a..5fbbe08883d9 100644 --- a/lib/libc/stdlib/malloc.c +++ b/lib/libc/stdlib/malloc.c @@ -18,9 +18,7 @@ __FBSDID("$FreeBSD$"); * any good unless you fiddle with the internals of malloc or want * to catch random pointer corruption as early as possible. */ -#ifndef MALLOC_EXTRA_SANITY #undef MALLOC_EXTRA_SANITY -#endif /* * What to use for Junk. This is the byte value we use to fill with |