2010-07-07 Geoff Norton <gnorton@novell.com>
authorGeoff Norton <grompf@sublimeintervention.com>
Thu, 8 Jul 2010 02:45:38 +0000 (02:45 -0000)
committerGeoff Norton <grompf@sublimeintervention.com>
Thu, 8 Jul 2010 02:45:38 +0000 (02:45 -0000)
        * sgen-gc.h:  Not every system has sys/signal.h.  Prefer the posix
        header.

svn path=/trunk/mono/; revision=160031

mono/metadata/ChangeLog
mono/metadata/sgen-gc.h

index 0a570b8c0d4de598207501bead04c1a3b45b2be3..04ac8d9f64fe0ca529019123fde1221a2b0583ad 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-07  Geoff Norton  <gnorton@novell.com>
+
+       * sgen-gc.h:  Not every system has sys/signal.h.  Prefer the posix
+       header.
+
 2010-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
 
        * verify.c (do_stobj): Improve error message.
index 8904b28f57e3b924333145326c9d6c3e8d8ad570..60a74fc18ecdc2a400333954e10bc2e40258fd84 100644 (file)
@@ -28,7 +28,7 @@
 #include "config.h"
 #include <glib.h>
 #include <pthread.h>
-#include <sys/signal.h>
+#include <signal.h>
 #include "utils/mono-compiler.h"
 #include "metadata/class-internals.h"