[PATCH 0/8] ARC updates to uClibc

Vineet Gupta Vineet.Gupta1 at synopsys.com
Wed Feb 18 08:28:12 UTC 2015


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


More information about the uClibc mailing list