bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/27570] incorrect argument type for ioctl in native method


From: tromey at gcc dot gnu dot org
Subject: [Bug classpath/27570] incorrect argument type for ioctl in native methods
Date: 16 May 2006 18:12:25 -0000


------- Comment #1 from tromey at gcc dot gnu dot org  2006-05-16 18:12 -------
On most platforms, FIONREAD takes an int*.
However at least one version of Irix requires a size_t*

http://gcc.gnu.org/ml/libstdc++/2004-02/msg00012.html

Note that libgcj simply uses int and we haven't had complaints.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-05-16 18:12:25
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27570





reply via email to

[Prev in Thread] Current Thread [Next in Thread]