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]

r115864 - in /trunk/libjava: ChangeLog gnu/clas...


Author: andreast
Date: Tue Aug  1 20:59:24 2006
New Revision: 115864

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115864
Log:
2006-08-01  Andreas Tobler  <a.tobler@schweiz.ch>

	* gnu/classpath/natSystemProperties.cc: Add additional check for
	getpwuid_r on _POSIX_PTHREAD_SEMANTICS.
	(SystemProperties::insertSystemProperties): Likewise.
	* java/io/natFilePosix.cc (File::performList): Add
	additional check for readdir_r on _POSIX_PTHREAD_SEMANTICS.
	* java/util/natVMTimeZone.cc (VMTimeZone::getSystemTimeZoneId): Add
	additional check for localtime_r on _POSIX_PTHREAD_SEMANTICS.

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/gnu/classpath/natSystemProperties.cc
    trunk/libjava/java/io/natFilePosix.cc
    trunk/libjava/java/util/natVMTimeZone.cc


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