]> git.ipfire.org Git - thirdparty/glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 8 Dec 2000 22:39:54 +0000 (22:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 8 Dec 2000 22:39:54 +0000 (22:39 +0000)
commit8b80182964bde1fa84333674e454d41e1fa0c8ca
treedfdb69a6a515ee5b4152036e710c3ea1fb0f96ec
parent55f44129526d6bae0595300c03fcd681f83ededb
Update.

2000-12-05  H.J. Lu  <hjl@gnu.org>

* nss/Makefile (routines): Add getnssent and getnssent_r.
* nss/nsswitch.h (__nss_setent): New internal NSS function.
(__nss_endent): Likewise.
(__nss_getent_r): Likewise.
(__nss_getent): Likewise.
* nss/getnssent_r.c: New file.
* nss/getnssent.c: New file.
* nss/getXXent.c (H_ERRNO_VAR): Updated.
(GETFUNC_NAME): Updated to call __nss_getent ().
* nss/getXXent_r.c (H_ERRNO_VAR_P): New.
(STAYOPEN_TMPVAR): Updated.
(STAYOPEN_VAR): Updated.
(SETFUNC_NAME): Updated to call __nss_setent ().
(ENDFUNC_NAME): Updated to call __nss_endent ().
(INTERNAL (REENTRANT_GETNAME)): Updated to call __nss_getent_r ().
ChangeLog
nss/Makefile
nss/getXXent.c
nss/getXXent_r.c
nss/getnssent_r.c [new file with mode: 0644]
nss/nsswitch.h