Commit c7756779 by Adam Megacz Committed by Adam Megacz

win32.h (_Jv_platform_close_on_exec): added inline modifier.

2002-04-04  Adam Megacz <adam@xwt.org>

    * include/win32.h (_Jv_platform_close_on_exec): added inline
    modifier.

From-SVN: r51899
parent ef3d3c96
2002-04-04 Adam Megacz <adam@xwt.org>
* include/win32.h (_Jv_platform_close_on_exec): added inline
modifier.
2002-04-04 Loren J. Rittle <ljrittle@acm.org>
* configure.host: Add case statement to support generic port
......
......@@ -21,7 +21,8 @@ details. */
extern void _Jv_platform_initialize (void);
extern jlong _Jv_platform_gettimeofday ();
void _Jv_platform_close_on_exec (jint)
inline void
_Jv_platform_close_on_exec (jint)
{
// Ignore.
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment