Add missing sdallocx updates and remove *allocm manpage links.

Submitted by:	jbeich
This commit is contained in:
Jason Evans 2015-08-18 08:18:28 +00:00
parent a4cee496bc
commit 902d2afd2a
2 changed files with 6 additions and 5 deletions

View File

@ -40,12 +40,8 @@ MLINKS+= \
jemalloc.3 xallocx.3 \
jemalloc.3 sallocx.3 \
jemalloc.3 dallocx.3 \
jemalloc.3 sdallocx.3 \
jemalloc.3 nallocx.3 \
jemalloc.3 allocm.3 \
jemalloc.3 rallocm.3 \
jemalloc.3 sallocm.3 \
jemalloc.3 dallocm.3 \
jemalloc.3 nallocm.3 \
jemalloc.3 malloc.conf.5
.if defined(MALLOC_PRODUCTION)

View File

@ -51,6 +51,11 @@ FBSD_1.3 {
__nallocm;
};
FBSD_1.4 {
sdallocx;
__sdallocx;
};
FBSDprivate_1.0 {
_malloc_thread_cleanup;
_malloc_prefork;