aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-28 17:09:17 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-28 17:09:17 +0000
commit09236fba2947022dfe08723a4b39ef4aa92a2330 (patch)
tree86c09e373f6c9ca3e5ba6bdcf9da52d803c96c79 /ChangeLog
parent6e2cc2c14732fc3e5f3d8b8e86c23c32899fbb76 (diff)
downloadglibc-09236fba2947022dfe08723a4b39ef4aa92a2330.zip
glibc-09236fba2947022dfe08723a4b39ef4aa92a2330.tar.gz
glibc-09236fba2947022dfe08723a4b39ef4aa92a2330.tar.bz2
Update.
1998-10-28 Philip Blundell <pb@nexus.co.uk> * sysdeps/unix/sysv/linux/neteconet/ec.h: New file. Support for AF_ECONET sockets as found in recent Linux 2.1 kernels. * sysdeps/unix/sysv/linux/Dist: Distribute it. * sysdeps/unix/sysv/linux/Makefile: Install it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d910c5..5489642 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1998-10-28 Philip Blundell <pb@nexus.co.uk>
+
+ * sysdeps/unix/sysv/linux/neteconet/ec.h: New file. Support for
+ AF_ECONET sockets as found in recent Linux 2.1 kernels.
+ * sysdeps/unix/sysv/linux/Dist: Distribute it.
+ * sysdeps/unix/sysv/linux/Makefile: Install it.
+
1998-10-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* string/bits/string2.h: __USE_GNU already implies __USE_MISC.