Use MINSIGSTKSZ and SIGSTKSZ from newlib for Cygwin as well
* libc/include/sys/signal.h: Move altstack macros completely outside of rtems block. * include/cygwin/signal.h: Remove definitions of MINSIGSTKSZ and SIGSTKSZ here. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@@ -332,9 +332,6 @@ struct sigaction
|
||||
int sa_flags;
|
||||
};
|
||||
|
||||
#define MINSIGSTKSZ 32768
|
||||
#define SIGSTKSZ 65536
|
||||
|
||||
#define SA_NOCLDSTOP 1 /* Do not generate SIGCHLD when children
|
||||
stop */
|
||||
#define SA_SIGINFO 2 /* Invoke the signal catching function
|
||||
|
Reference in New Issue
Block a user