test: sync tst-atfork2 with GNU libc
[uclibc-ng.git] / libpthread / nptl / sysdeps / unix / sysv / linux / arc / pt-__syscall_rt_sigaction.c
blob967dad1b005e70ba0913dd3c4b08e11f39b453f1
1 /*
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.
5 */
7 /*
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>