mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-17 16:30:22 -04:00
14 lines
413 B
Plaintext
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
|
|
|