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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user