From: Ulrich Drepper Date: Tue, 28 Sep 2004 02:05:12 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/fedora-glibc-20040929T0821~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b904803cf2f6322543b831b35fc23cd181716b6;p=thirdparty%2Fglibc.git Update. 2004-09-27 Ulrich Drepper * sunrpc/rpc_parse.c (get_type): Use "quad_t" for TOK_HYPER. Otherwise isvectordef will loop infinitely if typedef hyper int64_t is seen. (unsigned_dec): Use "u_quad_t" for similar reasons. --- diff --git a/ChangeLog b/ChangeLog index 3806b5405fb..fb2cefb17c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-09-27 Ulrich Drepper + + * sunrpc/rpc_parse.c (get_type): Use "quad_t" for TOK_HYPER. + Otherwise isvectordef will loop infinitely if typedef hyper int64_t + is seen. + (unsigned_dec): Use "u_quad_t" for similar reasons. + 2004-09-27 Roland McGrath * sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit