Re: [PATCH 0/8] ARC updates to uClibc
Vineet Gupta <[email protected]>
| Newsgroups | gmane.comp.lib.uclibc.general |
|---|---|
| Message-ID | <C2D7FE5348E1B147BCA15975FBA230756658DF03@IN01WEMBXB.internal.synopsys.com> |
On Wednesday 18 February 2015 01:33 PM, Bernhard Reutner-Fischer wrote:
I would have assumed / hoped that GCC 5 should generate this 2nd variant for extern inline __syscall_rt_sigaction.
Doesn't it do that?
But __syscall_rt_sigaction is not inline - per include/signal.h is is extern
extern int __syscall_rt_sigaction(int, const struct sigaction *,
struct sigaction *, size_t)
with out-of-line definition in libc/sysdeps/linux/common/__syscall_rt_sigaction.c