aboutsummaryrefslogtreecommitdiff
path: root/include/pwd.h
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2014-02-28 12:54:06 -0800
committerPaul Pluzhnikov <ppluzhnikov@google.com>2014-02-28 12:54:06 -0800
commiteb0025167791355d35cd52776d3976db03e0530e (patch)
tree13242045d79aaac5a64be516fbfab46f5dd8a94c /include/pwd.h
parentfc36100b272323e826a41617746f6fe54afa4484 (diff)
downloadglibc-eb0025167791355d35cd52776d3976db03e0530e.zip
glibc-eb0025167791355d35cd52776d3976db03e0530e.tar.gz
glibc-eb0025167791355d35cd52776d3976db03e0530e.tar.bz2
Integrate nss_{borg,cache} local changes from glibc-2.18 to 2.19
Diffstat (limited to 'include/pwd.h')
-rw-r--r--include/pwd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pwd.h b/include/pwd.h
index fc99506..de8272c 100644
--- a/include/pwd.h
+++ b/include/pwd.h
@@ -45,8 +45,10 @@ extern enum nss_status _nss_ ## service ##_getpwent_r \
(struct passwd *result, char *buffer, \
size_t buflen, int *errnop);
+DECLARE_NSS_PROTOTYPES (cache)
DECLARE_NSS_PROTOTYPES (compat)
DECLARE_NSS_PROTOTYPES (files)
+DECLARE_NSS_PROTOTYPES (borg)
DECLARE_NSS_PROTOTYPES (hesiod)
DECLARE_NSS_PROTOTYPES (nis)
DECLARE_NSS_PROTOTYPES (nisplus)