mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
Update.
2001-07-24 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile: Add dependencies for tst-loading test. * sunrpc/svc_tcp.c (svctcp_rendezvous_abort): New function. * sunrpc/svc_unix.c (svcunix_rendezvous_abort): New function.
This commit is contained in:
parent
3c7375268b
commit
faf90ba91c
@ -1,3 +1,7 @@
|
|||||||
|
2001-07-24 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* iconvdata/Makefile: Add dependencies for tst-loading test.
|
||||||
|
|
||||||
2001-07-24 Andreas Jaeger <aj@suse.de>
|
2001-07-24 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* iconv/iconvconfig.c (name_insert): Make static to avoid warning.
|
* iconv/iconvconfig.c (name_insert): Make static to avoid warning.
|
||||||
@ -37,9 +41,9 @@
|
|||||||
|
|
||||||
2001-07-23 Jakub Jelinek <jakub@redhat.com>
|
2001-07-23 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* sunrpc/svc_tcp.c (svctcp_rendezvous_abort): New.
|
* sunrpc/svc_tcp.c (svctcp_rendezvous_abort): New function.
|
||||||
(svctcp_rendezvous_op): Use it.
|
(svctcp_rendezvous_op): Use it.
|
||||||
* sunrpc/svc_unix.c (svcunix_rendezvous_abort): New.
|
* sunrpc/svc_unix.c (svcunix_rendezvous_abort): New function.
|
||||||
(svcunix_rendezvous_op): Use it.
|
(svcunix_rendezvous_op): Use it.
|
||||||
|
|
||||||
2001-07-23 Andreas Schwab <schwab@suse.de>
|
2001-07-23 Andreas Schwab <schwab@suse.de>
|
||||||
|
@ -271,8 +271,12 @@ tst-loading-ENV = MALLOC_TRACE=$(objpfx)tst-loading.mtrace
|
|||||||
$(objpfx)mtrace-tst-loading: $(objpfx)tst-loading.out
|
$(objpfx)mtrace-tst-loading: $(objpfx)tst-loading.out
|
||||||
$(common-objpfx)malloc/mtrace $(objpfx)tst-loading.mtrace > $@
|
$(common-objpfx)malloc/mtrace $(objpfx)tst-loading.mtrace > $@
|
||||||
|
|
||||||
$(objpfx)bug-iconv1.out: $(objpfx)gconv-modules
|
$(objpfx)bug-iconv1.out: $(objpfx)gconv-modules \
|
||||||
$(objpfx)bug-iconv2.out: $(objpfx)gconv-modules
|
$(addprefix $(objpfx),$(modules.so))
|
||||||
|
$(objpfx)bug-iconv2.out: $(objpfx)gconv-modules \
|
||||||
|
$(addprefix $(objpfx),$(modules.so))
|
||||||
|
$(objpfx)tst-loading.out: $(objpfx)gconv-modules \
|
||||||
|
$(addprefix $(objpfx),$(modules.so))
|
||||||
|
|
||||||
$(objpfx)iconv-test.out: run-iconv-test.sh $(objpfx)gconv-modules \
|
$(objpfx)iconv-test.out: run-iconv-test.sh $(objpfx)gconv-modules \
|
||||||
$(addprefix $(objpfx),$(modules.so)) \
|
$(addprefix $(objpfx),$(modules.so)) \
|
||||||
|
Loading…
Reference in New Issue
Block a user