about summary refs log tree commit diff
path: root/REORG.TODO/shadow/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/shadow/Versions')
-rw-r--r--REORG.TODO/shadow/Versions31
1 files changed, 31 insertions, 0 deletions
diff --git a/REORG.TODO/shadow/Versions b/REORG.TODO/shadow/Versions
new file mode 100644
index 0000000000..38ab368fff
--- /dev/null
+++ b/REORG.TODO/shadow/Versions
@@ -0,0 +1,31 @@
+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;
+  }
+  GLIBC_2.1.2 {
+    # g*
+    getspent_r; getspnam_r;
+  }
+}