summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-02 09:38:03 +0000
committerRoland McGrath <roland@gnu.org>2006-02-02 09:38:03 +0000
commit30c14fdb7b289916af895bc1fb027e7f6534b370 (patch)
tree9e96be49f660a67a19c8408393dcc037a2d8e8c1 /include
parent4d3f34be798550e6b154a98d400ccfecc6ec90f5 (diff)
* include/errno.h [__cplusplus]: Avoid extra header magic for C++.
Diffstat (limited to 'include')
-rw-r--r--include/errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/errno.h b/include/errno.h
index 9865903b86..fe8bca44c5 100644
--- a/include/errno.h
+++ b/include/errno.h
@@ -2,7 +2,7 @@
#include <stdlib/errno.h>
-#if defined _ERRNO_H && !defined _ISOMAC
+#if defined _ERRNO_H && !defined _ISOMAC && !defined __cplusplus
# ifdef IS_IN_rtld
# include <dl-sysdep.h>