]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
win32.h (_Jv_platform_close_on_exec): added inline modifier.
authorAdam Megacz <adam@xwt.org>
Fri, 5 Apr 2002 04:22:28 +0000 (04:22 +0000)
committerAdam Megacz <megacz@gcc.gnu.org>
Fri, 5 Apr 2002 04:22:28 +0000 (04:22 +0000)
2002-04-04  Adam Megacz <adam@xwt.org>

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

From-SVN: r51899

libjava/ChangeLog
libjava/include/win32.h

index 49bdc609de5386c84b01b47f54c9fa9c7b7d6eda..3aee1a90c5687eca7a99f898b2c8f4c5975558f0 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 73eb0c819d65a3abb69a5ed0873a735a82a8b22e..9d8bdfb606656d9a0f34c77788befa0bf3c9ad3a 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.
 }