Forgot to commit.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 1999 11:35:41 +0000 (11:35 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 1999 11:35:41 +0000 (11:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27172 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog

index 8f65a86..0c92dc1 100644 (file)
@@ -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.