Update.
commitd052b31b79a3681db7de04177a55b04354320a61
authorUlrich Drepper <drepper@redhat.com>
Fri, 21 Jul 2000 06:15:13 +0000 (21 06:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 21 Jul 2000 06:15:13 +0000 (21 06:15 +0000)
tree460566c2ae448a77eb915bf00e448c20dc1260d7
parent266bb989e0a4b40e369eff177a59754655059fd8
Update.

* libio/Makefile (routines): Add fwide.
* libio/iofwide.c (_IO_fwide): Remove locking.  This is done in
fwide now.  Internal calls to _IO_fwide must do locking themselves
or don't need locking.
* libio/fwide.c: New file.

* elf/dl-load.c (_dl_map_object): Implement handling of DF_1_NODEFLIB.
ChangeLog
libio/Makefile
libio/fwide.c [new file with mode: 0644]
libio/iofwide.c