about summary refs log tree commit diff
path: root/REORG.TODO/grp/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/grp/Versions')
-rw-r--r--REORG.TODO/grp/Versions34
1 files changed, 34 insertions, 0 deletions
diff --git a/REORG.TODO/grp/Versions b/REORG.TODO/grp/Versions
new file mode 100644
index 0000000000..096caa47c5
--- /dev/null
+++ b/REORG.TODO/grp/Versions
@@ -0,0 +1,34 @@
+libc {
+  GLIBC_2.0 {
+    # e*
+    endgrent;
+
+    # f*
+    fgetgrent; fgetgrent_r;
+
+    # g*
+    getgrent; getgrent_r; getgrgid; getgrgid_r; getgrnam; getgrnam_r;
+    getgroups;
+
+    # i*
+    initgroups;
+
+    # s*
+    setgrent; setgroups;
+  }
+  GLIBC_2.1 {
+    # p*
+    putgrent;
+  }
+  GLIBC_2.1.2 {
+    # g*
+    getgrent_r; getgrgid_r; getgrnam_r;
+  }
+  GLIBC_2.2.4 {
+    # g*
+    getgrouplist;
+  }
+  GLIBC_PRIVATE {
+    __merge_grp; __copy_grp;
+  }
+}