2 * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
4 * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
8 * ARC syscall ABI only has __NR_rt_sigaction, thus vanilla sigaction does
9 * some SA_RESTORER tricks before calling __syscall_rt_sigaction.
10 * However including that file here causes a redefinition of __libc_sigaction
11 * in static links involving pthreads
13 //#include <../../../../../../../libc/sysdeps/linux/arc/sigaction.c>