X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Ffeatures.h;h=85cfb72a0d427de18f5732c7fd320310cbe8843d;hb=HEAD;hp=3cc3e57933e1ae67c295e70d6108bb1b86b11f8f;hpb=5edbc6fe13e1e0f27e3d3a20f2582da476f74c4b;p=oweals%2Fmusl.git diff --git a/include/features.h b/include/features.h index 3cc3e579..85cfb72a 100644 --- a/include/features.h +++ b/include/features.h @@ -24,6 +24,8 @@ #if __STDC_VERSION__ >= 199901L || defined(__cplusplus) #define __inline inline +#elif !defined(__GNUC__) +#define __inline #endif #if __STDC_VERSION__ >= 201112L @@ -33,4 +35,6 @@ #define _Noreturn #endif +#define __REDIR(x,y) __typeof__(x) x __asm__(#y) + #endif