* include/errno.h [__cplusplus]: Avoid extra header magic for C++.
This commit is contained in:
parent
4d3f34be79
commit
30c14fdb7b
@ -1,5 +1,7 @@
|
||||
2006-02-02 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* 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.
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user