summaryrefslogtreecommitdiff
path: root/src/nss-systemd/nss-systemd.sym
diff options
context:
space:
mode:
Diffstat (limited to 'src/nss-systemd/nss-systemd.sym')
-rw-r--r--src/nss-systemd/nss-systemd.sym6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nss-systemd/nss-systemd.sym b/src/nss-systemd/nss-systemd.sym
index e3fe56f684..95038c833b 100644
--- a/src/nss-systemd/nss-systemd.sym
+++ b/src/nss-systemd/nss-systemd.sym
@@ -13,7 +13,13 @@
global:
_nss_systemd_getpwnam_r;
_nss_systemd_getpwuid_r;
+ _nss_systemd_endpwent;
+ _nss_systemd_setpwent;
+ _nss_systemd_getpwent_r;
_nss_systemd_getgrnam_r;
_nss_systemd_getgrgid_r;
+ _nss_systemd_endgrent;
+ _nss_systemd_setgrent;
+ _nss_systemd_getgrent_r;
local: *;
};