From 71cce721af1a8d2e5f9c9508982c35996cdd940e Mon Sep 17 00:00:00 2001 From: Melissa O'Neill Date: Tue, 25 May 1999 21:04:25 -0600 Subject: [PATCH] getcwd.c (getcwd): If pathname is NULL, then obtain SIZE bytes of space using malloc. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE bytes of space using malloc. From-SVN: r27160 --- libiberty/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index caf12de495bf..8f65a863bae3 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +Wed May 26 03:58:20 1999 "Melissa O'Neill" + + * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE + bytes of space using malloc. + Mon May 17 01:42:34 1999 Stu Grossman * cplus-dem.c (demangle_fund_type (near 'I' case)): Don't advance -- 2.47.2