From 30c14fdb7b289916af895bc1fb027e7f6534b370 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 2 Feb 2006 09:38:03 +0000 Subject: [PATCH] * include/errno.h [__cplusplus]: Avoid extra header magic for C++. --- ChangeLog | 2 ++ include/errno.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fd1a8a6..9b113e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-02-02 Roland McGrath + * include/errno.h [__cplusplus]: Avoid extra header magic for C++. + * manual/install.texi (Tools for Compilation): Require gcc 3.4, recommend 4.1, advise 4.0 for powerpc64, and note 4.1 required for powerpc, s390{x,} with new long double. diff --git a/include/errno.h b/include/errno.h index 9865903..fe8bca4 100644 --- a/include/errno.h +++ b/include/errno.h @@ -2,7 +2,7 @@ #include -#if defined _ERRNO_H && !defined _ISOMAC +#if defined _ERRNO_H && !defined _ISOMAC && !defined __cplusplus # ifdef IS_IN_rtld # include -- 2.7.4