diff options
author | Roland McGrath <roland@gnu.org> | 1998-10-18 21:39:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-10-18 21:39:23 +0000 |
commit | 7434cee27c19eee320da7a1265a62d0e8665bd22 (patch) | |
tree | e5b4f5de3bc9835edde244f83f4657e796cdcaf9 | |
parent | 98375f9cb00e553331d6705c38096d9a93e3e24f (diff) | |
download | glibc-7434cee27c19eee320da7a1265a62d0e8665bd22.tar.gz glibc-7434cee27c19eee320da7a1265a62d0e8665bd22.tar.xz glibc-7434cee27c19eee320da7a1265a62d0e8665bd22.zip |
1998-10-19 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/mach/hurd/i386/init-first.c (init1): Don't call __libc_init_secure. Instead set __libc_enable_secure here from the exec flags. (__libc_enable_secure): New variable it. * sysdeps/mach/hurd/enbl-secure.c: New file, empty placeholder module.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d160409544..00d615d8f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1998-10-19 Roland McGrath <roland@baalperazim.frob.com> + + * sysdeps/mach/hurd/i386/init-first.c (init1): Don't call + __libc_init_secure. Instead set __libc_enable_secure here from + the exec flags. + (__libc_enable_secure): New variable it. + * sysdeps/mach/hurd/enbl-secure.c: New file, empty placeholder module. + 1998-10-18 Ulrich Drepper <drepper@cygnus.com> * sysdeps/posix/getcwd.c (__getcwd): Don't stop processing |