fix future-creation record declaration for 3m

svn: r16953
This commit is contained in:
Matthew Flatt 2009-11-22 02:58:59 +00:00
parent 79817a2087
commit d4cbb3b9a7

View File

@ -265,7 +265,7 @@ void futures_init(void)
static void init_future_thread(Scheme_Future_State *fs, int i)
{
Scheme_Future_Thread_State *fts;
future_thread_params_t params;
GC_CAN_IGNORE future_thread_params_t params;
pthread_t threadid;
GC_CAN_IGNORE pthread_attr_t attr;