This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: pthread_kill prototype


Jason, regarding missing files - I think you're sport on (I just got
home where I have :pserver access again...)
==
administrator@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@sem_wait
 @PTH_ALLOW@sem_trywait
 @PTH_ALLOW@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]