libc: More missing MLINKS.
Differential Revision: https://reviews.freebsd.org/D42292
This commit is contained in:
@@ -62,7 +62,11 @@
|
|||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm pwcache ,
|
.Nm pwcache ,
|
||||||
.Nm user_from_uid ,
|
.Nm user_from_uid ,
|
||||||
.Nm group_from_gid
|
.Nm uid_from_user ,
|
||||||
|
.Nm pwcache_userdb ,
|
||||||
|
.Nm group_from_gid ,
|
||||||
|
.Nm gid_from_group ,
|
||||||
|
.Nm pwcache_groupdb
|
||||||
.Nd cache password and group entries
|
.Nd cache password and group entries
|
||||||
.Sh LIBRARY
|
.Sh LIBRARY
|
||||||
.Lb libc
|
.Lb libc
|
||||||
|
|||||||
@@ -484,7 +484,11 @@ MLINKS+=posix_spawn.3 posix_spawnp.3 \
|
|||||||
MLINKS+=psignal.3 strsignal.3 \
|
MLINKS+=psignal.3 strsignal.3 \
|
||||||
psignal.3 sys_siglist.3 \
|
psignal.3 sys_siglist.3 \
|
||||||
psignal.3 sys_signame.3
|
psignal.3 sys_signame.3
|
||||||
MLINKS+=pwcache.3 group_from_gid.3 \
|
MLINKS+=pwcache.3 gid_from_group.3 \
|
||||||
|
pwcache.3 group_from_gid.3 \
|
||||||
|
pwcache.3 pwcache_groupdb.3 \
|
||||||
|
pwcache.3 pwcache_userdb.3 \
|
||||||
|
pwcache.3 uid_from_user.3 \
|
||||||
pwcache.3 user_from_uid.3
|
pwcache.3 user_from_uid.3
|
||||||
MLINKS+=rand48.3 _rand48.3 \
|
MLINKS+=rand48.3 _rand48.3 \
|
||||||
rand48.3 drand48.3 \
|
rand48.3 drand48.3 \
|
||||||
|
|||||||
Reference in New Issue
Block a user