This is the mail archive of the
cygwin-patches@cygwin.com
mailing list for the Cygwin project.
Re: FW: sched* functions, pthread rework
On Wed, Mar 21, 2001 at 12:51:11PM +1100, Robert Collins wrote:
>For clarity: the sched* functions are not thread related and should be
>in cygwin1.dll even when it's built non threaded..
>
>New files: sched.cc, include/semaphore.h, include/sched.h
>
>Changelog:
>21 Mar 2001 Robert Collins <rbtcollins@hotmail.com>
> * sched.cc: New file. Implement sched*
> * include/sched.h: New file. User land includes for sched*.
> * Makefile.in: Add sched.o
> * cygwin.din: Add exports for sched*.
(Ok. You've worn me down. I made the copyright changes.)
I also added '#ifdef __cplusplus' guards to sched.h and did some
comment reformatting in sched.cc.
Thanks for your contribution, as always.
Applied.
cgf