about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2012-01-23 13:56:58 -0800
committerRoland McGrath <roland@hack.frob.com>2012-01-23 13:56:58 -0800
commit81c0c9648d8bdaafde6e8e407dce90c21aa115e9 (patch)
treee793d28c59e05dad38ad3a37192e4260f62f18f6 /ChangeLog
parentd220b1177777a2cd00d1b1eae62e1071a17ab46b (diff)
downloadglibc-81c0c9648d8bdaafde6e8e407dce90c21aa115e9.tar.gz
glibc-81c0c9648d8bdaafde6e8e407dce90c21aa115e9.tar.xz
glibc-81c0c9648d8bdaafde6e8e407dce90c21aa115e9.zip
Hurd: socket uses EAFNOSUPPORT rather than EPFNOSUPPORT.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0f301706e..759cd72cdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
+
+	* sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
+	of the non-standard EPFNOSUPPORT.
+
 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
 
 	* wcsmbs/uchar.h: Test __STDC_VERSION__.