mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
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.
This commit is contained in:
parent
9e0f40723e
commit
e3047adb46
17
ChangeLog
17
ChangeLog
@ -1,3 +1,11 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
Sun Jul 21 01:44:39 1996 Miles Bader <miles@gnu.ai.mit.edu>
|
Sun Jul 21 01:44:39 1996 Miles Bader <miles@gnu.ai.mit.edu>
|
||||||
|
|
||||||
* locale/programs/locfile.c (write_locale_data): Deal with missing
|
* locale/programs/locfile.c (write_locale_data): Deal with missing
|
||||||
@ -6,6 +14,15 @@ Sun Jul 21 01:44:39 1996 Miles Bader <miles@gnu.ai.mit.edu>
|
|||||||
* sysdeps/mach/hurd/socket.c (socket): Make TYPE an int.
|
* sysdeps/mach/hurd/socket.c (socket): Make TYPE an int.
|
||||||
* sysdeps/mach/hurd/socketpair.c (socketpair): Likewise.
|
* sysdeps/mach/hurd/socketpair.c (socketpair): Likewise.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
Sat Jul 20 13:28:52 1996 Miles Bader <miles@gnu.ai.mit.edu>
|
Sat Jul 20 13:28:52 1996 Miles Bader <miles@gnu.ai.mit.edu>
|
||||||
|
|
||||||
* sysdeps/mach/hurd/select.c (__select): Don't poll on the last
|
* sysdeps/mach/hurd/select.c (__select): Don't poll on the last
|
||||||
|
Loading…
Reference in New Issue
Block a user