diff --git a/runtime/include/types.h b/runtime/include/types.h index 8070929..cfe5828 100644 --- a/runtime/include/types.h +++ b/runtime/include/types.h @@ -24,10 +24,10 @@ #define PAGE_ALIGNED __attribute__((aligned(PAGE_SIZE))) #define CACHE_PAD_ALIGNED __attribute__((aligned(CACHE_PAD))) -#define EXPORT __attribute__((visibility("default"))) -#define IMPORT __attribute__((visibility("default"))) -#define INLINE __attribute__((always_inline)) -#define WEAK __attribute__((weak)) +#define EXPORT __attribute__((visibility("default"))) +#define IMPORT __attribute__((visibility("default"))) +#define INLINE __attribute__((always_inline)) +#define WEAK __attribute__((weak)) #ifndef unlikely