diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-28 02:05:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-28 02:05:12 +0000 |
commit | 9b904803cf2f6322543b831b35fc23cd181716b6 (patch) | |
tree | 3950b0180d7d46e6a6da88f0a4221227f15eb203 /ChangeLog | |
parent | 45708a703340f8687589ec96cda4ce0d0ce398c4 (diff) | |
download | glibc-9b904803cf2f6322543b831b35fc23cd181716b6.tar.gz |
Update.
2004-09-27 Ulrich Drepper <drepper@redhat.com>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-09-27 Ulrich Drepper <drepper@redhat.com> + + * 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 <roland@redhat.com> * sysdeps/generic/bits/waitstatus.h (__WIFSIGNALED): Simplify bit |