diff options
author | Roland McGrath <roland@gnu.org> | 2000-11-30 23:29:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-11-30 23:29:46 +0000 |
commit | 62e82a340f0493c38fd2006f5a91b95291d96c0b (patch) | |
tree | b3dfff8889a36ac5607596cf63ed1e4b60fb7b83 | |
parent | 7b945eaeae3c6f163bf5610f5926720d3f518890 (diff) | |
download | glibc-62e82a340f0493c38fd2006f5a91b95291d96c0b.tar.gz glibc-62e82a340f0493c38fd2006f5a91b95291d96c0b.tar.xz glibc-62e82a340f0493c38fd2006f5a91b95291d96c0b.zip |
* sysdeps/mach/hurd/defs.c (init_stdio): Put this on __libc_subinit
rather than _hurd_fd_subinit, so it happens after it's safe to use libc facilities like malloc.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index da002f6438..c87dc67eb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-11-30 Roland McGrath <roland@frob.com> + + * sysdeps/mach/hurd/defs.c (init_stdio): Put this on __libc_subinit + rather than _hurd_fd_subinit, so it happens after it's safe to use + libc facilities like malloc. + 2000-11-28 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/getdents.c: Add _syscall_getdents64 |