1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
--- ./elf.h.orig +++ ./elf.h @@ -21,7 +21,9 @@ #include <features.h> -__BEGIN_DECLS +#ifdef __cplusplus +extern "C" { +#endif /* Standard ELF types. */ @@ -3374,7 +3376,8 @@ #define R_TILEGX_NUM 130 - -__END_DECLS +#ifdef __cplusplus +} +#endif #endif /* elf.h */