Changeset

1841:0dc1daa94e7f

util.signal: Change ifdef to allow signal.kill() on Solaris (thanks Filip)
author Matthew Wild <mwild1@gmail.com>
date Tue, 29 Sep 2009 14:06:43 +0100
parents 1840:0bca03aaa845
children 1842:8337c0d4aee4
files util-src/lsignal.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util-src/lsignal.c	Tue Sep 29 13:59:35 2009 +0100
+++ b/util-src/lsignal.c	Tue Sep 29 14:06:43 2009 +0100
@@ -301,7 +301,7 @@
   return 1;
 }
 
-#ifdef _POSIX_SOURCE
+#if defined _POSIX_SOURCE || (defined(sun) || defined(__sun))
 
 /* define some posix only functions */