Sun Jul 21 06:48:38 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>cvs/libc-960722cvs/libc-960723
commite3047adb46007d1c8a81c0f10c74f7d4f8fdbd22
authorRoland McGrath <roland@gnu.org>
Sun, 21 Jul 1996 11:09:58 +0000 (21 11:09 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 21 Jul 1996 11:09:58 +0000 (21 11:09 +0000)
treebf9e7d44329d923ec1755abceb25919c2faa1b5e
parent9e0f40723e678100cc556776919a4cbf69770bc9
Sun Jul 21 06:48:38 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

* sysdeps/generic/setenv.c (__environ): Change conditional for #define
from [!HAVE_GNU_LD] to [!_LIBC].
[_LIBC]: Include <libc-lock.h> and define a lock.
(LOCK, UNLOCK): New macros, no-ops for [! _LIBC].
(setenv, unsetenv): Use them.

Sat Jul 20 21:55:31 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

Win32 hacks from <Rob_Tulloh@tivoli.com>.
* posix/glob.c [WIN32]: Don't include <pwd.h>; don't use d_ino;
use void * for my_realloc; include <malloc.h> for alloca.
(glob) [WIN32]: Use "c:/users/default" for ~ if no HOME variable.
* posix/fnmatch.h [WIN32]: Use prototypes even if [!__STDC__].
* posix/glob.h: Likewise.
ChangeLog