[T106][ZXW-22]7520V3SCV2.01.01.02P42U09_VEC_V0.8_AP_VEC origin source commit

Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/ap/libc/glibc/glibc-2.22/dirent/Versions b/ap/libc/glibc/glibc-2.22/dirent/Versions
new file mode 100644
index 0000000..d976d37
--- /dev/null
+++ b/ap/libc/glibc/glibc-2.22/dirent/Versions
@@ -0,0 +1,50 @@
+libc {
+  GLIBC_2.0 {
+    # a*
+    alphasort;
+
+    # c*
+    closedir;
+
+    # d*
+    dirfd;
+
+    # g*
+    getdirentries;
+
+    # o*
+    opendir;
+
+    # r*
+    readdir; readdir_r; rewinddir;
+
+    # s*
+    scandir; seekdir;
+
+    # t*
+    telldir;
+  }
+  GLIBC_2.1 {
+    # a*
+    alphasort64;
+
+    # r*
+    readdir64; readdir64_r;
+
+    # s*
+    scandir64;
+
+    # v*
+    versionsort; versionsort64;
+  }
+  GLIBC_2.2 {
+    # g*
+    getdirentries64;
+  }
+  GLIBC_2.4 {
+    fdopendir;
+  }
+  GLIBC_2.15 {
+    scandirat; scandirat64;
+  }
+}