summary refs log tree commit diff
path: root/stdlib
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2022-08-10 08:35:41 +0200
committerFlorian Weimer <fweimer@redhat.com>2022-08-10 08:40:15 +0200
commit2ed26bca997a8fc898f4cb94484abaee2f307311 (patch)
tree2f64e98fdfe7333d83a9df2a058c3ef6af25f7a5 /stdlib
parent312ded0d6339e8c463d0395397b5825401b14f54 (diff)
downloadglibc-2ed26bca997a8fc898f4cb94484abaee2f307311.tar.gz
glibc-2ed26bca997a8fc898f4cb94484abaee2f307311.tar.xz
glibc-2ed26bca997a8fc898f4cb94484abaee2f307311.zip
inet: Turn __ivaliduser into a compatibility symbol
It is not declared in a header file, and as the comment indicates,
it is not expected to be used.
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/Versions2
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/Versions b/stdlib/Versions
index d09a308fb5..ebc43263d6 100644
--- a/stdlib/Versions
+++ b/stdlib/Versions
@@ -141,6 +141,8 @@ libc {
     arc4random_buf;
     arc4random_uniform;
   }
+  GLIBC_2.37 {
+  }
   GLIBC_PRIVATE {
     # functions which have an additional interface since they are
     # are cancelable.