1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

* include/errno.h [__cplusplus]: Avoid extra header magic for C++.

This commit is contained in:
Roland McGrath
2006-02-02 09:38:03 +00:00
parent 4d3f34be79
commit 30c14fdb7b
2 changed files with 3 additions and 1 deletions

View File

@@ -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>