KDE_EXPORT in kdelibs and winposix
Brad King
brad.king at kitware.com
Thu Feb 9 22:22:38 CET 2006
The patch below applies a hack already used in win/include/msvc/signal.h
to mingw.
-Brad
Index: win/include/mingw/signal.h
===================================================================
--- win/include/mingw/signal.h (revision 507712)
+++ win/include/mingw/signal.h (working copy)
@@ -36,7 +36,7 @@
#define SIGEMT 7 /* EMT instruction */
/* #define SIGFPE 8*/ /* floating point exception */
#define SIGKILL 9 /* kill (cannot be caught or ignored) */
-#define SIGBUS 10 /* bus error */
+//#define SIGBUS 10 /* bus error */ //only used in
kconfigbackend.cpp but this signal.h is not complete
#define SIGSEGV 11 /* segmentation violation */
#define SIGSYS 12 /* bad argument to system call */
#define SIGPIPE 13 /* write on a pipe with no one to read
it */
More information about the Kde-buildsystem
mailing list