This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCHv3] nftw: fill in stat buf for dangling links [BZ #23501]


DJ Delorie <dj@redhat.com> writes:

> +  /* Now we run the tests.  */
> +
> +  nftw (".", callback_phys, 10, FTW_PHYS);
> +  nftw (".", callback_log, 10, 0);

Usually, tests would check for the return codes, but I don't
think it's required in this particular case.

LGTM.

Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>

-- 
Tulio Magno


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]