This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: New utility: nscd cache dumper
- From: DJ Delorie <dj at redhat dot com>
- To: Andreas Schwab <schwab at linux-m68k dot org>
- Cc: libc-alpha at sourceware dot org
- Date: Mon, 10 Feb 2020 13:14:05 -0500
- Subject: Re: New utility: nscd cache dumper
Andreas Schwab <schwab@linux-m68k.org> writes:
>> + while ((len == -1) ? 1 : (cp < cpe))
>
> What's wrong with (len == -1 || cp < cpe)?
My "1" key was feeling lonely so I was trying to use it more...