summaryrefslogtreecommitdiff
path: root/pwd/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'pwd/Versions')
-rw-r--r--pwd/Versions15
1 files changed, 15 insertions, 0 deletions
diff --git a/pwd/Versions b/pwd/Versions
new file mode 100644
index 0000000000..45a750eb41
--- /dev/null
+++ b/pwd/Versions
@@ -0,0 +1,15 @@
+libc {
+ GLIBC_2.0 {
+ # e*
+ endpwent;
+
+ # f*
+ fgetpwent; fgetpwent_r;
+
+ # g*
+ getpw; getpwent; getpwent_r; getpwnam; getpwnam_r; getpwuid; getpwuid_r;
+
+ # p*
+ putpwent; setpwent;
+ }
+}