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]

B20.1: io.h lack of return type.


--- io.bkp      Tue Dec  1 13:41:40 1998
+++ io.h        Sat Jan 29 17:27:04 2000
@@ -9,7 +9,7 @@
  * Function to return a Win32 HANDLE from a fd.
  */
 extern long get_osfhandle(int);
-extern setmode (int __fd, int __mode);
+extern int setmode (int __fd, int __mode);

 #ifdef __cplusplus
 };

--
Salvador Eduardo Tropea (SET). (Electronics Engineer)
Visit my home page: http://welcome.to/SetSoft or
http://www.geocities.com/SiliconValley/Vista/6552/
Alternative e-mail: set-soft@usa.net set@computer.org
                    set@ieee.org set-soft@bigfoot.com
Address: Curapaligue 2124, Caseros, 3 de Febrero
Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013




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