This is the mail archive of the cygwin@sourceware.cygnus.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]

Missing prototype for nice()



B20.1 installed in c:\Cygnus , Gcc-2.95 likewise

int	nice(int) does not have a prototype

int _EXFUN(nice, (int nice_value ));

inserted between the lines with chdir and chmod in ,
in the file
cygnus/cygwin-b20/H-i586-cygwin32/i586-cygwin32/include/sys/unistd.h

seems to cure the problem

Jason Moxham
jlm@maths.soton.ac.uk


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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