about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJia Liu <proljc@gmail.com>2013-09-07 00:01:08 +0800
committerMike Frysinger <vapier@gentoo.org>2013-09-11 18:37:21 -0400
commitae7080d30c68cfa0c81ce3422dca948f64a94f50 (patch)
tree038a6214100d271224a97fdd57932de222c71409 /ChangeLog
parent5905e7b3e29139dbef84c065ca39315485f497e1 (diff)
downloadglibc-ae7080d30c68cfa0c81ce3422dca948f64a94f50.tar.gz
glibc-ae7080d30c68cfa0c81ce3422dca948f64a94f50.tar.xz
glibc-ae7080d30c68cfa0c81ce3422dca948f64a94f50.zip
sunrpc/rpc/types.h: fix OS X and FreeBSD build problems
When I build arm-linux-gcc on OS X, I find glibc will get a build error
in sunrpc/rpc/types.h, so I add __APPLE_CC__ to make OS X build OK.
For FreeBSD, Add __FreeBSD__ to make it build OK, too.

URL: http://sourceware.org/ml/libc-alpha/2013-09/msg00155.html
URL: http://sourceware.org/ml/libc-alpha/2013-09/msg00217.html
URL: http://sourceware.org/ml/libc-alpha/2013-09/msg00240.html
Signed-off-by: Jia Liu <proljc@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb1b4033fb..8f264da42d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-09-11  Jia Liu  <proljc@gmail.com>
+
+	* sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
+	__daddr_t_defined.
+	[__FreeBSD__]: Likewise.
+
 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
 
 	* sysdeps/x86_64/multiarch/ifunc-impl-list.c