From: Alexandre Oliva Date: Sat, 21 Aug 1999 12:49:39 +0000 (+0000) Subject: natSystem.cc (getpwuid_adaptor): New overloaded function that detects the signature... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e07eb72abc160e81e044f9e90528762cec7f5609;p=gcc.git natSystem.cc (getpwuid_adaptor): New overloaded function that detects the signature of getpwuid_r. * java/lang/natSystem.cc (getpwuid_adaptor): New overloaded function that detects the signature of getpwuid_r. (init_properties): Use it. * java/util/natDate.cc (ctime_adaptor): Likewise for ctime_r. (toString): Use it. From-SVN: r28792 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 56160dffe74..25b64d3dfff 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,11 @@ +1999-08-21 Alexandre Oliva + + * java/lang/natSystem.cc (getpwuid_adaptor): New overloaded + function that detects the signature of getpwuid_r. + (init_properties): Use it. + * java/util/natDate.cc (ctime_adaptor): Likewise for ctime_r. + (toString): Use it. + 1999-08-20 Kresten Krab Thorup * interpret.cc (continue1): Implement explicit dispatch table.