This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
Re: bug in definition for pthread_cleanup_push
- To: "Marcus Westerlund" <marcus at cs dot umu dot se>,<cygwin at cygwin dot com>
- Subject: Re: bug in definition for pthread_cleanup_push
- From: "Robert Collins" <robert dot collins at itdomain dot com dot au>
- Date: Sun, 23 Sep 2001 17:22:34 +1000
- References: <Pine.SOL.4.33.0109202142390.18361-100000@tzatziki.cs.umu.se>
----- Original Message -----
From: "Marcus Westerlund" <marcus@cs.umu.se>
To: <cygwin@cygwin.com>
Sent: Friday, September 21, 2001 5:49 AM
Subject: bug in definition for pthread_cleanup_push
> cygwin 1.3.3-2: file pthread.h: line 104:
>
> typedef void __cleanup_routine_type (void *);
>
> should be:
>
> typedef void (*__cleanup_routine_type) (void *);
>
> otherwice it isn't defined as function pointer
It's being defined as a function type, not a pointer to a function type.
What error/symptom are you seeing that makes you want/need to change
this?
Rob
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/