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
This commit is contained in:
parent
ef3d3c968e
commit
c77567790f
@ -1,3 +1,8 @@
|
||||
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.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user