summaryrefslogtreecommitdiff
path: root/hesiod/libnss_hesiod.map
diff options
context:
space:
mode:
Diffstat (limited to 'hesiod/libnss_hesiod.map')
-rw-r--r--hesiod/libnss_hesiod.map12
1 files changed, 12 insertions, 0 deletions
diff --git a/hesiod/libnss_hesiod.map b/hesiod/libnss_hesiod.map
new file mode 100644
index 0000000000..6c1fd5eba9
--- /dev/null
+++ b/hesiod/libnss_hesiod.map
@@ -0,0 +1,12 @@
+GLIBC_2.0 {
+ global:
+ _nss_hesiod_setpwent; _nss_hesiod_endpwent;
+ _nss_hesiod_getpwnam_r; _nss_hesiod_getpwuid;
+ _nss_hesiod_setgrent; _nss_hesiod_endgrent;
+ _nss_hesiod_getgrnam_r; _nss_hesiod_getgrgid;
+ _nss_hesiod_setservent; _nss_hesiod_endservent;
+ _nss_hesiod_getservbyname_r;
+
+ local:
+ *;
+};