Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <002c01c0b1d4$129917e0$0200a8c0@lifelesswks> From: "Robert Collins" To: "Jason Tishler" Cc: References: <20010320230048 DOT B541 AT dothill DOT com> Subject: Re: pthread_kill prototype Date: Wed, 21 Mar 2001 17:56:29 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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: 21 Mar 2001 06:51:03.0729 (UTC) FILETIME=[4BFA6210:01C0B1D3] Jason, regarding missing files - I think you're sport on (I just got home where I have :pserver access again...) == administrator AT LIFELESSWKS /usr/src/src/winsup/cygwin $ cvs -z9 diff -up ? pthread_rework.patch ? sched.cc ? include/sched.h ? include/semaphore.h cvs server: Diffing . Index: cygwin.din =================================================================== RCS file: /cvs/src/src/winsup/cygwin/cygwin.din,v retrieving revision 1.22 diff -u -p -r1.22 cygwin.din --- cygwin.din 2001/03/17 01:14:57 1.22 +++ cygwin.din 2001/03/21 06:50:10 @@ -1114,6 +1114,14 @@ cygwin32_internal = cygwin_internal @PTH_ALLOW AT sem_wait @PTH_ALLOW AT sem_trywait @PTH_ALLOW AT sem_post +sched_get_priority_max +sched_get_priority_min +sched_getparam +sched_getscheduler +sched_rr_get_interval +sched_setparam +sched_setscheduler +sched_yield acl _acl = acl facl === so I suggest that you remove sched.o from the Makefile.in for now. Rob