--- lib/flb_libco/settings.h.orig 2020-11-13 23:17:37 UTC +++ lib/flb_libco/settings.h @@ -43,7 +43,7 @@ #elif defined(__APPLE__) && defined(__MACH__) #define text_section __attribute__((section("__TEXT,__text"))) #else - #define text_section __attribute__((section(".text#"))) + #define text_section __attribute__((section(".text"))) #endif /* ifdef LIBCO_C */