glibc/rt
Ulrich Drepper 2ace572170 Update.
* Versions.def: Add libanl definition.
	* shlig-versions: Add entry for libanl.
	* resolv/Makefile (distribute): Add gai_misc.h and ga_test.c.
	(routines): Add gai_sigqueue.
	(extra-libs): Add libanl.
	(libanl-routines): New variable.
	Add rules to build libanl and ga_test.
	* resolv/Versions [libc] (GLIBC_2.2.3): Add __gai_sigqueue.
	[libanl]: New library.
	* resolv/netdb.h: Add definitions for libanl.
	* resolv/getaddrinfo_a.c: New file.
	* resolv/gai_cancel.c: New file.
	* resolv/gai_error.c: New file.
	* resolv/gai_misc.c: New file.
	* resolv/gai_misc.h: New file.
	* resolv/gai_notify.c: New file.
	* resolv/gai_suspend.c: New file.
	* resolv/ga_test.c: New file.
	* sysdeps/generic/gai_sigqueue.c: New file.
	* sysdeps/unix/sysv/linux/gai_sigqueue.c: New file.
	* sysdeps/generic/bits/siginfo.h: Allow __need_sigevent_t being defined
	and provide only that definition.
	* sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise.
	* sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
	* sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
	* sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Likewise.

	* rt/aio_misc.c: Fix typos in comments.
	* rt/lio_listio.c: Pretty printing.  Little optimization in request
	list handling.

	* elf/rtld.c: Remove commented out code.
2001-03-03 18:21:04 +00:00
..
Depend Update. 1998-11-19 11:23:37 +00:00
Makefile Update. 2000-11-23 07:07:29 +00:00
Versions Update. 2000-06-26 18:12:12 +00:00
aio.h Update. 2000-08-21 06:49:52 +00:00
aio_cancel.c Update. 2000-08-12 05:14:52 +00:00
aio_error.c Update. 1997-12-04 00:12:34 +00:00
aio_fsync.c Update. 1999-08-05 00:21:21 +00:00
aio_misc.c Update. 2001-03-03 18:21:04 +00:00
aio_misc.h Update. 2000-08-12 05:14:52 +00:00
aio_notify.c (notify_func_wrapper): Wrapper function to call thread event callback function. (__aio_notify_only): Use function above. 2000-08-16 01:07:14 +00:00
aio_read.c Update. 1999-08-05 00:10:40 +00:00
aio_read64.c Update. 1999-08-05 00:10:40 +00:00
aio_return.c Update. 1997-12-04 00:12:34 +00:00
aio_suspend.c Update. 2000-11-23 07:07:29 +00:00
aio_write.c Update. 1999-08-05 00:10:40 +00:00
aio_write64.c Update. 1999-08-05 00:10:40 +00:00
lio_listio.c Update. 2001-03-03 18:21:04 +00:00
lio_listio64.c Update. 1999-08-15 18:14:36 +00:00
tst-aio.c Mark test functions as static to avoid warnings. 2000-11-27 14:36:57 +00:00
tst-aio2.c Make local functions static. 2000-12-27 20:26:07 +00:00
tst-aio3.c Make local functions static. 2000-12-27 20:26:07 +00:00
tst-aio4.c Make local functions static. 2000-12-27 20:26:07 +00:00
tst-aio5.c Make local functions static. 2000-12-27 20:26:07 +00:00
tst-aio6.c Update. 2000-11-24 23:39:37 +00:00
tst-aio64.c Mark test functions as static to avoid warnings. 2000-11-27 14:36:57 +00:00
tst-clock.c Make local functions static. 2000-12-27 20:26:07 +00:00
tst-shm.c Make local functions static. 2000-12-27 20:26:07 +00:00