pt-__syscall_rt_sigaction.c 484 B

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