From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Neutron Soutmun <neo.neutron@gmail.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH] libmnl: Drop the EXPORT_SYMBOL() tags
Date: Thu, 1 Oct 2015 18:50:35 +0200 [thread overview]
Message-ID: <20151001165035.GB2107@salvia> (raw)
In-Reply-To: <20151001110521.GA11642@oxygen>
On Thu, Oct 01, 2015 at 06:05:21PM +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
Do we need the internal.h file anymore?
next prev parent reply other threads:[~2015-10-01 16:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-01 11:05 [PATCH] libmnl: Drop the EXPORT_SYMBOL() tags Neutron Soutmun
2015-10-01 16:50 ` Pablo Neira Ayuso [this message]
2015-10-02 1:38 ` Neutron Soutmun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151001165035.GB2107@salvia \
--to=pablo@netfilter.org \
--cc=neo.neutron@gmail.com \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).