This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r123208 - in /branches/gcc-4_2-branch/libjava: ...


Author: daney
Date: Mon Mar 26 07:07:13 2007
New Revision: 123208

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123208
Log:
	PR libgcj/31228
	* configure.ac: Add checks for getrlimit and sys/resource.h.
	* include/posix.h (_Jv_platform_close_on_exec): Remove.
	* include/config.h.in: Regenerate.
	* configure: Regenerate.
	* gnu/java/nio/channels/natFileChannelPosix.cc (open): Remove call to
	_Jv_platform_close_on_exec;
	* gnu/java/net/natPlainSocketImplPosix.cc (create): Likewise.
	(accept): Likewise.
	* gnu/java/net/natPlainDatagramSocketImplPosix.cc (create):Likewise.
	* java/lang/natPosixProcess.cc: Include sys/resource.h.
	(nativeSpawn): Close all file descriptors.  Don't set FD_CLOEXEC on
	pipes.

Modified:
    branches/gcc-4_2-branch/libjava/ChangeLog
    branches/gcc-4_2-branch/libjava/configure
    branches/gcc-4_2-branch/libjava/configure.ac
    branches/gcc-4_2-branch/libjava/gnu/java/net/natPlainDatagramSocketImplPosix.cc
    branches/gcc-4_2-branch/libjava/gnu/java/net/natPlainSocketImplPosix.cc
    branches/gcc-4_2-branch/libjava/gnu/java/nio/channels/natFileChannelPosix.cc
    branches/gcc-4_2-branch/libjava/include/config.h.in
    branches/gcc-4_2-branch/libjava/include/posix.h
    branches/gcc-4_2-branch/libjava/java/lang/natPosixProcess.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]