about summary refs log tree commit diff
path: root/REORG.TODO/pwd/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/pwd/Versions')
-rw-r--r--REORG.TODO/pwd/Versions19
1 files changed, 19 insertions, 0 deletions
diff --git a/REORG.TODO/pwd/Versions b/REORG.TODO/pwd/Versions
new file mode 100644
index 0000000000..b56970019a
--- /dev/null
+++ b/REORG.TODO/pwd/Versions
@@ -0,0 +1,19 @@
+libc {
+  GLIBC_2.0 {
+    # e*
+    endpwent;
+
+    # f*
+    fgetpwent; fgetpwent_r;
+
+    # g*
+    getpw; getpwent; getpwent_r; getpwnam; getpwnam_r; getpwuid; getpwuid_r;
+
+    # p*
+    putpwent; setpwent;
+  }
+  GLIBC_2.1.2 {
+    # g*
+    getpwent_r; getpwuid_r; getpwnam_r;
+  }
+}