Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 21 Feb 2004 07:16:53 +0000 (07:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 21 Feb 2004 07:16:53 +0000 (07:16 +0000)
2004-02-20  Alexandre Oliva  <aoliva@redhat.com>

* resolv/Versions: Remove semicolon from the end of libresolv's
GLIBC_2.3.2 version block.
* Versions.def (libresolv): Add GLIBC_2.3.2.

ChangeLog
Versions.def
resolv/Versions

index 49c079c..d04410c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-20  Alexandre Oliva  <aoliva@redhat.com>
+
+       * resolv/Versions: Remove semicolon from the end of libresolv's
+       GLIBC_2.3.2 version block.
+       * Versions.def (libresolv): Add GLIBC_2.3.2.
+
 2004-02-19  Carlos O'Donell  <carlos@baldric.uwo.ca>
 
        * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Fix order of fp
index 921b8f5..4e015dc 100644 (file)
@@ -81,6 +81,7 @@ libpthread {
 libresolv {
   GLIBC_2.0
   GLIBC_2.2
+  GLIBC_2.3.2
   GLIBC_PRIVATE
 }
 librt {
index ec461d3..b18c7d7 100644 (file)
@@ -71,7 +71,7 @@ libresolv {
   }
   GLIBC_2.3.2 {
     __p_rcode;
-  };
+  }
   GLIBC_PRIVATE {
     # Needed in libnss_dns.
     __ns_name_unpack; __ns_name_ntop;