about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-11-27 20:57:44 +0000
committerUlrich Drepper <drepper@redhat.com>2004-11-27 20:57:44 +0000
commit60e4523a0826bfedc5bc1f8f0f3f7e8d8d67adc5 (patch)
treef6097495eff5d96cdb5441f6fbdc59d87135408e /ChangeLog
parent097487fef878799882bd444218cef836794abc5f (diff)
downloadglibc-60e4523a0826bfedc5bc1f8f0f3f7e8d8d67adc5.tar.gz
glibc-60e4523a0826bfedc5bc1f8f0f3f7e8d8d67adc5.tar.xz
glibc-60e4523a0826bfedc5bc1f8f0f3f7e8d8d67adc5.zip
Update.
2004-11-27  Ulrich Drepper  <drepper@redhat.com>

	* posix/getconf.c (vars): Add support for _SC_IPV6 and
	_SC_RAW_SOCKETS.
	* sysdeps/posix/sysconf.c (__sysconf): Add support for _SC_IPV6
	and _SC_RAW_SOCKETS.
	* sysdeps/generic/bits/confname.h: Define _SC_IPV6 and
	_SC_RAW_SOCKETS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db7ae9e730..c85a1bd044 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-11-27  Ulrich Drepper  <drepper@redhat.com>
+
+	* posix/getconf.c (vars): Add support for _SC_IPV6 and
+	_SC_RAW_SOCKETS.
+	* sysdeps/posix/sysconf.c (__sysconf): Add support for _SC_IPV6
+	and _SC_RAW_SOCKETS.
+	* sysdeps/generic/bits/confname.h: Define _SC_IPV6 and
+	_SC_RAW_SOCKETS.
+
 2004-11-26  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add GETCONF_DIR.