This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] __netlink_assert_response: Remove internal_function attribute
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Florian Weimer <fweimer at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Sun, 13 Aug 2017 11:06:23 -0700
- Subject: Re: [PATCH] __netlink_assert_response: Remove internal_function attribute
- Authentication-results: sourceware.org; auth=none
- References: <20170812120517.CF02F4027587E@oldenburg.str.redhat.com>
On Sat, Aug 12, 2017 at 02:05:17PM +0200, Florian Weimer wrote:
> This function is called from nscd and should not use a non-standard
> calling convention.
>
> 2017-08-12 Florian Weimer <fweimer@redhat.com>
>
> * sysdeps/unix/sysv/linux/netlinkaccess.h
> (__netlink_assert_response): Remove internal_function.
> * sysdeps/unix/sysv/linux/netlink_assert_response.c
> (__netlink_assert_response): Likewise.
LGTM.
Thanks.
H.J.