OSDN Git Service

2002-04-04 Adam Megacz <adam@xwt.org>
authormegacz <megacz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Apr 2002 04:22:28 +0000 (04:22 +0000)
committermegacz <megacz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Apr 2002 04:22:28 +0000 (04:22 +0000)
    * include/win32.h (_Jv_platform_close_on_exec): added inline
    modifier.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51899 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/include/win32.h

index 49bdc60..3aee1a9 100644 (file)
@@ -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
index 73eb0c8..9d8bdfb 100644 (file)
@@ -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.
 }