]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
1999-11-13 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Sat, 13 Nov 1999 23:41:54 +0000 (23:41 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 13 Nov 1999 23:41:54 +0000 (23:41 +0000)
* hurd/Versions (GLIBC_2.1.3): Define, adding directory_name_split and
hurd_directory_name_split.
* Versions.def (libc): Add GLIBC_2.1.3.

Versions.def
hurd/Versions

index 6cf706afd8160a08ab2b43656ac4dbb1738f623c..1c191dd9ca5ac32dae97217f431f8bae7c4febeb 100644 (file)
@@ -6,6 +6,7 @@ libc {
   GLIBC_2.1 GLIBC_2.0
   GLIBC_2.1.1 GLIBC_2.1
   GLIBC_2.1.2 GLIBC_2.1.1
+  GLIBC_2.1.3 GLIBC_2.1.2
 }
 libcrypt {
   GLIBC_2.0
index f3e311b2a9166b54b5f204b1e16d32bfaf201f25..5dcdc355d93d34089c6342e1dfad23779cc8fe61 100644 (file)
@@ -107,4 +107,11 @@ libc {
     # s*
     seteuids;
   }
+  GLIBC_2.1.3 {
+    # d*
+    directory_name_split;
+
+    # h*
+    hurd_directory_name_split;
+  }
 }