diff options
Diffstat (limited to 'libjava/include/posix.h')
-rw-r--r-- | libjava/include/posix.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libjava/include/posix.h b/libjava/include/posix.h index ee836e0..5f522a3 100644 --- a/libjava/include/posix.h +++ b/libjava/include/posix.h @@ -98,15 +98,6 @@ extern jlong _Jv_platform_nanotime (); extern void _Jv_platform_initialize (void); extern void _Jv_platform_initProperties (java::util::Properties*); -inline void -_Jv_platform_close_on_exec (jint fd) -{ - // Ignore errors. - ::fcntl (fd, F_SETFD, FD_CLOEXEC); -} - -#undef fcntl - #ifdef JV_HASH_SYNCHRONIZATION #ifndef HAVE_USLEEP_DECL extern "C" int usleep (useconds_t useconds); |