From 35eb28c235d68635df330460f28eb85ea41ecc56 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 8 Nov 2008 13:53:27 +0000 Subject: *** empty log message *** --- coro.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'coro.h') diff --git a/coro.h b/coro.h index fa56804..79b8e1e 100644 --- a/coro.h +++ b/coro.h @@ -227,6 +227,12 @@ struct coro_context { # include # endif +/* solaris is hopelessly borked, it expands _XOPEN_UNIX to nothing */ +# if __sun +# undef _XOPEN_UNIX +# define _XOPEN_UNIX 1 +# endif + # include struct coro_context { -- cgit v1.2.3