about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-06-18 07:52:38 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-18 07:52:38 -0700
commitd0a2af710654a038903dd4a300030670bfbeaa2d (patch)
tree7907571cef2632bba3cd2ffaacf69bfae24517de /ChangeLog
parentd8366b0970865f39e01c6dd0d0cafab31fc3c9a4 (diff)
downloadglibc-d0a2af710654a038903dd4a300030670bfbeaa2d.tar.gz
glibc-d0a2af710654a038903dd4a300030670bfbeaa2d.tar.xz
glibc-d0a2af710654a038903dd4a300030670bfbeaa2d.zip
Add 802.15.4 definitions to header files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b27fedef73..5943fcb908 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-06-18  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
+	AF_IEEE802154.
+	* sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
+	* sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
+	and ARPHRD_IEEE802154_PHY.
+
+	* sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
+	relative to generic Linux version.
+
 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).