diff options
author | jasone <jasone@FreeBSD.org> | 2006-03-28 22:16:04 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2006-03-28 22:16:04 +0000 |
commit | 1a854b0cf791f1081496d7fa2abb3db55adf618d (patch) | |
tree | 84a037e2c3045c857b69637dcac7955a8481ae0d /lib/libc/stdlib/Makefile.inc | |
parent | 91d320d3aa6099a2fd925118aa8bd0b06b763b8f (diff) | |
download | FreeBSD-src-1a854b0cf791f1081496d7fa2abb3db55adf618d.zip FreeBSD-src-1a854b0cf791f1081496d7fa2abb3db55adf618d.tar.gz |
Add malloc_usable_size(3).
Discussed with: arch@
Diffstat (limited to 'lib/libc/stdlib/Makefile.inc')
-rw-r--r-- | lib/libc/stdlib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 27eee7d..99ea7fb 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -46,5 +46,5 @@ MLINKS+=strtod.3 strtof.3 strtod.3 strtold.3 MLINKS+=strtol.3 strtoll.3 strtol.3 strtoq.3 strtol.3 strtoimax.3 MLINKS+=strtoul.3 strtoull.3 strtoul.3 strtouq.3 strtoul.3 strtoumax.3 MLINKS+=malloc.3 calloc.3 malloc.3 free.3 malloc.3 malloc.conf.5 \ - malloc.3 realloc.3 malloc.3 reallocf.3 + malloc.3 realloc.3 malloc.3 reallocf.3 malloc.3 malloc_usable_size.3 MLINKS+=tsearch.3 tdelete.3 tsearch.3 tfind.3 tsearch.3 twalk.3 |