On Mon, Oct 5, 2015 at 10:39 PM, Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > On Fri, Oct 02, 2015 at 08:32:40AM +0700, Neutron Soutmun wrote: >> diff --git a/src/internal.h b/src/internal.h >> index 3a88d1a..1012df2 100644 >> --- a/src/internal.h >> +++ b/src/internal.h >> @@ -2,11 +2,5 @@ >> #define INTERNAL_H 1 >> >> #include "config.h" >> -#ifdef HAVE_VISIBILITY_HIDDEN >> -# define __visible __attribute__((visibility("default"))) >> -# define EXPORT_SYMBOL(x) typeof(x) (x) __visible >> -#else >> -# define EXPORT_SYMBOL >> -#endif >> >> #endif > > Could you git rm src/internal.h there and resubmit? Done, please find [1] - [PATCH v3] libmnl: Drop the EXPORT_SYMBOL() tags > BTW, I would *really* appreciate if you send me similar patches for > other libraries in the tree, to leave things in consistent state. Sure, I'll check which libraries need to be patched and will submit for review soon. Best regards, Neutron Soutmun [1] https://marc.info/?l=netfilter-devel&m=144406670311242&w=2 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html