sigstack implemtation for Solaris.

This commit is contained in:
Ulrich Drepper 1998-07-20 17:22:38 +00:00
parent 9a7807b9e6
commit ea30d3fea7

View file

@ -0,0 +1,3 @@
/* We can reuse the Linux implementation with some tricks. */
#define __NR_sigaltstack 1
#include <sysdeps/unix/sysv/linux/sigstack.c>