bpf: introduce bpf_perf_event_output() helper
[cascardo/linux.git] / include / uapi / asm-generic / signal.h
index 9df61f1..3094618 100644 (file)
  *     SA_RESTORER     0x04000000
  */
 
+#if !defined MINSIGSTKSZ || !defined SIGSTKSZ
 #define MINSIGSTKSZ    2048
 #define SIGSTKSZ       8192
+#endif
 
 #ifndef __ASSEMBLY__
 typedef struct {