Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 19 Nov 2002 19:30:55 +0000 (19:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 19 Nov 2002 19:30:55 +0000 (19:30 +0000)
commit3c857306f53bad2003c418ac79303bd65f626424
tree953ad66e3d58df8b37bc837b7beb152b6a6392a7
parent00a9b51d9a6838499541334bd269303a3e2c0174
Update.

2002-11-19  Ulrich Drepper  <drepper@redhat.com>

* include/dlfcn.h: __libc_dlopen is now a macro calling
__libc_dlopen_mode with the extra parameter RTLD_LAZY.
(__libc_dlopen_mode): New prototype.
* elf/dl-libc.c (__libc_dlopen_mode): Renamed from __libc_dlopen.  Add
new parameter.  Store new parameter in mode field of structure passed
to do_dlopen.
(struct do_dlopen_args): Add new field mode.
(do_dlopen): Pass mode from parameter structure to _dl_open.

* sysdeps/unix/sysv/linux/hppa/sys/ucontext.h:
Define mcontext_t as a sigcontext.
* manual/crypt.texi (Cryptographic Functions): Mention that
the MD5 one-way algorithm is compatible with BSD's.
ChangeLog
elf/dl-libc.c