summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorrmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>2015-11-27 23:00:07 +0000
committerrmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>2015-11-27 23:00:07 +0000
commit8b3079a007e0928f06c56c52e1c7fa39fb3ad010 (patch)
tree34ea6842ba564f7165f6f847322d737a6e2673a9 /MANIFEST
parent1cd06144d77bcec60b316766e20f2111ea0e6c5a (diff)
Added checks for getpwnam() and getpwuid().
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@199 2592e710-e01b-42a5-8df0-11608a6cc53d
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 6bb7092..c32b89b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -261,6 +261,8 @@ mcon/U/d_getppid.U Do we have getppid()?
mcon/U/d_getprior.U Do we have getpriority()?
mcon/U/d_getprogname.U Do we have getprogname()?
mcon/U/d_getpwent.U How is passwd info gotten?
+mcon/U/d_getpwnam.U Do we have getpwnam()?
+mcon/U/d_getpwuid.U Do we have getpwuid()?
mcon/U/d_getrlimit.U Do we have getrlimit()?
mcon/U/d_gettext.U Checks whether gettext() is available
mcon/U/d_gettext.U Do we have gettext()?