From 128d4e8c4a9103fe5a02682de89c6a660ff2a5d3 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 8 Aug 2011 22:00:18 +0000 Subject: *** empty log message *** --- coro.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'coro.h') diff --git a/coro.h b/coro.h index 067a6d4..52bb428 100644 --- a/coro.h +++ b/coro.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001-2009 Marc Alexander Lehmann + * Copyright (c) 2001-2011 Marc Alexander Lehmann * * Redistribution and use in source and binary forms, with or without modifica- * tion, are permitted provided that the following conditions are met: @@ -74,6 +74,7 @@ * use .cfi_undefined rip on linux-amd64 for better backtraces. * 2011-06-08 maybe properly implement weird windows amd64 calling conventions. * 2011-07-03 rely on __GCC_HAVE_DWARF2_CFI_ASM for cfi detection. + * 2011-08-08 cygwin trashes stacks, use pthreads with double stack on cygwin. */ #ifndef CORO_H -- cgit v1.2.3