From: Ulrich Drepper Date: Tue, 1 Jul 2003 01:54:14 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~19033 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a8e918dc6809872537f589976cc5b9e9d89131c;p=external%2Fglibc.git Update. 2003-06-30 Ulrich Drepper * sysdeps/generic/sysdep.h: Define cfi_rel_offset and CFI_REL_OFFSET. * nis/nss_compat/compat-grp.c: Remove unused nis_first variable. (getgrent_next_file): Don't store group name to early in blacklist. --- diff --git a/ChangeLog b/ChangeLog index 1a7a9b8..2ba482f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-06-30 Ulrich Drepper + + * sysdeps/generic/sysdep.h: Define cfi_rel_offset and CFI_REL_OFFSET. + 2003-06-30 Richard Henderson * sysdeps/alpha/bits/atomic.h (__arch_compare_and_exchange_bool_*_int): @@ -52,8 +56,8 @@ 2003-06-07 Thorsten Kukuk - * nis/nss_compat/compat-grp.c: Remove unused nis_first variable - (getgrent_next_file) Don't store group name to early in blacklist. + * nis/nss_compat/compat-grp.c: Remove unused nis_first variable. + (getgrent_next_file): Don't store group name to early in blacklist. * nis/nss_compat/compat-pwd.c (internal_getpwuid_r): Save strlen result and use memcpy instead of strcpy.