diff options
author | Andreas Jaeger <aj@suse.de> | 2001-12-21 10:16:41 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-12-21 10:16:41 +0000 |
commit | 53c9459f7bca788ae9b9f776826477f527ccf004 (patch) | |
tree | b9afa4d851af46d1c2e47849c2a8f8a73d0d2501 | |
parent | a49d0179dbc21bcdee7701d296b54e2215e0ed8b (diff) | |
download | glibc-53c9459f7bca788ae9b9f776826477f527ccf004.tar glibc-53c9459f7bca788ae9b9f776826477f527ccf004.tar.gz glibc-53c9459f7bca788ae9b9f776826477f527ccf004.tar.bz2 glibc-53c9459f7bca788ae9b9f776826477f527ccf004.zip |
Update.
2001-12-21 Andreas Jaeger <aj@suse.de>
* elf/dblloadmod1.c: Add prototype to avoid warning.
* elf/dblloadmod2.c: Likewise.
* elf/dblloadmod3.c: Likewise.
* elf/reldepmod5.c: Likewise.
* elf/reldepmod6.c: Likewise.
* elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
used on all architectures.
* sunrpc/svc_tcp.c: Add noreturn attribute for
svctcp_rendezvous_abort.
* sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
* sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
to avoid warning.
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2001-12-21 Andreas Jaeger <aj@suse.de> + + * elf/dblloadmod1.c: Add prototype to avoid warning. + * elf/dblloadmod2.c: Likewise. + * elf/dblloadmod3.c: Likewise. + * elf/reldepmod5.c: Likewise. + * elf/reldepmod6.c: Likewise. + + * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute + for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not + used on all architectures. + + * sunrpc/svc_tcp.c: Add noreturn attribute for + svctcp_rendezvous_abort. + * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort. + + * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment + to avoid warning. + 2001-12-19 Jakub Jelinek <jakub@redhat.com> * manual/llio.texi (aio_fsync): Fix a typo. |