summaryrefslogtreecommitdiff
path: root/nis/libnss_compat.map
diff options
context:
space:
mode:
Diffstat (limited to 'nis/libnss_compat.map')
-rw-r--r--nis/libnss_compat.map11
1 files changed, 11 insertions, 0 deletions
diff --git a/nis/libnss_compat.map b/nis/libnss_compat.map
new file mode 100644
index 0000000000..55d6f4745f
--- /dev/null
+++ b/nis/libnss_compat.map
@@ -0,0 +1,11 @@
+GLIBC_2.0 {
+ global:
+ _nss_compat_endgrent; _nss_compat_endpwent; _nss_compat_endspent;
+ _nss_compat_getgrent_r; _nss_compat_getgrgid_r; _nss_compat_getgrnam_r;
+ _nss_compat_getpwent_r; _nss_compat_getpwnam_r; _nss_compat_getpwuid_r;
+ _nss_compat_getspent_r; _nss_compat_getspnam_r; _nss_compat_setgrent;
+ _nss_compat_setpwent; _nss_compat_setspent;
+
+ local:
+ *;
+}; \ No newline at end of file