This is the mail archive of the cygwin@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]
Other format: [Raw text]

winsup/cygwin ChangeLog autoload.cc cygthread. ...


> Modified files:
> 	cygwin         : ChangeLog autoload.cc cygthread.cc 
> 	                 exceptions.cc fhandler_console.cc 
> 	                 fhandler_serial.cc fhandler_tty.cc miscfuncs.cc 
> 	                 pinfo.cc sched.cc sigproc.cc thread.cc tty.cc 
> 
> Log message:
> 	* miscfuncs.cc (low_priority_sleep): New function.  Use throughout where code
> 	is supposed to be giving up time slice.

Chris,

Do you need to declare low_priority_sleep somewhere?  Say, in
winsup.h?

Currently cygwin fails to build:

c++ [blah blah blah] -o ./autoload.o ../../../../src/winsup/cygwin/autoload.cc
../../../../src/winsup/cygwin/autoload.cc: In function `long long int std_dll_init()':
../../../../src/winsup/cygwin/autoload.cc:217: `low_priority_sleep' undeclared (first use this function)

Thanks,
David


--
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/


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