aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@gcc.gnu.org>1999-08-21 12:49:39 +0000
committerAlexandre Oliva <oliva@gcc.gnu.org>1999-08-21 12:49:39 +0000
commite07eb72abc160e81e044f9e90528762cec7f5609 (patch)
tree8b5e90a50b530881788ab72ed183e70aeccb58a5
parentfb82082db3dd75ba956e0c17991c8606bf1d8930 (diff)
downloadgcc-e07eb72abc160e81e044f9e90528762cec7f5609.zip
gcc-e07eb72abc160e81e044f9e90528762cec7f5609.tar.gz
gcc-e07eb72abc160e81e044f9e90528762cec7f5609.tar.bz2
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
-rw-r--r--libjava/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 56160df..25b64d3 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,11 @@
+1999-08-21 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * 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 <krab@samam.daimi.au.dk>
* interpret.cc (continue1): Implement explicit dispatch table.