about summary refs log tree commit diff
path: root/inet/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-07-26 04:29:07 +0000
committerUlrich Drepper <drepper@redhat.com>2004-07-26 04:29:07 +0000
commitf89d6892939b2c81a17c881ce86eacd218f19d12 (patch)
treee921c48dda3d5be407594c28cc7487bea9f61904 /inet/Versions
parenta8870a617d5f20fe588edd5ffb6ea14d80ebdbef (diff)
downloadglibc-f89d6892939b2c81a17c881ce86eacd218f19d12.tar.gz
glibc-f89d6892939b2c81a17c881ce86eacd218f19d12.tar.xz
glibc-f89d6892939b2c81a17c881ce86eacd218f19d12.zip
Update.
2004-07-25  Ulrich Drepper  <drepper@redhat.com>

	* inet/Versions [libc, GLIBC_2.3.4]: Add getipv4sourcefilter,
	getsourcefilter, setipv4sourcefilter, and setsourcefilter.
	* inet/Makefile (routines): Likewise.
	* inet/netinet/in.h: Add prototypes for getipv4sourcefilter,
	getsourcefilter, setipv4sourcefilter, and setsourcefilter.
	* sysdeps/generic/getipv4sourcefilter.c: New file.
	* sysdeps/generic/setipv4sourcefilter.c: New file.
	* sysdeps/generic/getsourcefilter.c: New file.
	* sysdeps/generic/setsourcefilter.c: New file.
Diffstat (limited to 'inet/Versions')
-rw-r--r--inet/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/inet/Versions b/inet/Versions
index 67bd0ed5b0..2b7ec901ff 100644
--- a/inet/Versions
+++ b/inet/Versions
@@ -74,6 +74,10 @@ libc {
     inet6_option_space; inet6_option_init; inet6_option_append;
     inet6_option_alloc; inet6_option_next; inet6_option_find;
   }
+  GLIBC_2.3.4 {
+    getipv4sourcefilter; setipv4sourcefilter;
+    getsourcefilter; setsourcefilter;
+  }
   GLIBC_PRIVATE {
     # functions used in other libraries
     __internal_endnetgrent; __internal_getnetgrent_r;