about summary refs log tree commit diff
path: root/shadow/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'shadow/Versions')
-rw-r--r--shadow/Versions27
1 files changed, 27 insertions, 0 deletions
diff --git a/shadow/Versions b/shadow/Versions
new file mode 100644
index 0000000000..7a0dae565e
--- /dev/null
+++ b/shadow/Versions
@@ -0,0 +1,27 @@
+libc {
+  GLIBC_2.0 {
+    # e*
+    endspent;
+
+    # f*
+    fgetspent; fgetspent_r;
+
+    # g*
+    getspent; getspent_r; getspnam; getspnam_r;
+
+    # l*
+    lckpwdf;
+
+    # p*
+    putspent;
+
+    # s*
+    setspent;
+
+    # s*
+    sgetspent; sgetspent_r;
+
+    # u*
+    ulckpwdf;
+  }
+}