delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <09eb01c14400$84979560$0200a8c0@lifelesswks> |
From: | "Robert Collins" <robert DOT collins AT itdomain DOT com DOT au> |
To: | "Marcus Westerlund" <marcus AT cs DOT umu DOT se>, <cygwin AT cygwin DOT com> |
References: | <Pine DOT SOL DOT 4 DOT 33 DOT 0109202142390 DOT 18361-100000 AT tzatziki DOT cs DOT umu DOT se> |
Subject: | Re: bug in definition for pthread_cleanup_push |
Date: | Sun, 23 Sep 2001 17:22:34 +1000 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook Express 5.50.4133.2400 |
X-MIMEOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400 |
X-OriginalArrivalTime: | 23 Sep 2001 07:30:34.0959 (UTC) FILETIME=[A22CDDF0:01C14401] |
----- Original Message ----- From: "Marcus Westerlund" <marcus AT cs DOT umu DOT se> To: <cygwin AT cygwin DOT 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |