Files
pkgsrc-ng/devel/cmake/patches/patch-zz-minix-b
2016-12-04 09:09:13 +01:00

14 lines
413 B
Plaintext

$NetBSD$
--- Source/kwsys/ProcessUNIX.c.orig Wed Nov 3 19:58:30 2010
+++ Source/kwsys/ProcessUNIX.c
@@ -111,7 +111,7 @@ static inline void kwsysProcess_usleep(unsigned int ms
#endif
/* Some platforms do not have siginfo on their signal handlers. */
-#if defined(SA_SIGINFO) && !defined(__BEOS__)
+#if defined(SA_SIGINFO) && !defined(__BEOS__) && !defined(__minix)
# define KWSYSPE_USE_SIGINFO 1
#endif