diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-26 11:35:41 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-26 11:35:41 +0000 |
commit | 34f7586477db05fb8d8e7c68dd65a161df3ff36d (patch) | |
tree | 66b3d878c8accfd05a8903bf974a862013634c99 /libiberty | |
parent | 2473493b8d8319354c00965e24045f7bc319cbee (diff) | |
download | gcc-34f7586477db05fb8d8e7c68dd65a161df3ff36d.tar.gz |
Forgot to commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27172 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 8f65a863bae..0c92dc17b98 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,5 +1,11 @@ Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca> + * Makefile.in (CFILES): Add putenv.c and setenv.c. + * configure.in (funcs): Add putenv and setenv. + (AC_CHECK_FUNCS): Check for putenv and setenv. + * configure: Rebuilt. + * putenv.c setenv.c: New files. + * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE bytes of space using malloc. |