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 /include/Makefile | |
parent | 91d320d3aa6099a2fd925118aa8bd0b06b763b8f (diff) | |
download | FreeBSD-src-1a854b0cf791f1081496d7fa2abb3db55adf618d.zip FreeBSD-src-1a854b0cf791f1081496d7fa2abb3db55adf618d.tar.gz |
Add malloc_usable_size(3).
Discussed with: arch@
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 0a4c558..ad37ab6 100644 --- a/include/Makefile +++ b/include/Makefile @@ -13,7 +13,7 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \ fts.h ftw.h getopt.h glob.h grp.h gssapi.h \ histedit.h ieeefp.h ifaddrs.h \ inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \ - locale.h malloc.h memory.h monetary.h mpool.h mqueue.h \ + locale.h malloc.h malloc_np.h memory.h monetary.h mpool.h mqueue.h \ ndbm.h netconfig.h \ netdb.h nl_types.h nlist.h nss.h nsswitch.h objformat.h paths.h \ printf.h proc_service.h pthread.h \ |