From: Ulrich Drepper Date: Sat, 27 Jun 1998 17:19:20 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~28359 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e47315b4a8f83299df6710585a6d5a650c21e406;p=external%2Fglibc.git Update. 1998-06-28 Andreas Jaeger * nscd/connections.c (handle_new_request): Handle POLLHUP correctly. (close_sockets): Correct parameter to dbg_log. * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host): Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask. (elf_machine_fixup_plt): Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (__syscall_getpagesize): Add --- diff --git a/ChangeLog b/ChangeLog index 5708db8..274e946 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,18 @@ +1998-06-28 Andreas Jaeger + + * nscd/connections.c (handle_new_request): Handle POLLHUP + correctly. + (close_sockets): Correct parameter to dbg_log. + 1998-06-27 David S. Miller - * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host): - Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask. - (elf_machine_fixup_plt): Likewise. - * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When + * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host): + Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask. + (elf_machine_fixup_plt): Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When _dl_pagesize not set, use system call to always get correct answer. - * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list - (__syscall_getpagesize): Add + * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list + (__syscall_getpagesize): Add 1998-06-27 Ulrich Drepper