[git commit nptl] getdents: Fix mips64 build

Atsushi Nemoto anemo at mba.ocn.ne.jp
Fri Apr 2 16:01:41 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=7160571c5e3ed99949f3f592246a59d01f07fea3
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

On Wed, 27 Jan 2010 07:14:08 +0100, Carmelo AMOROSO <carmelo.amoroso at st.com> wrote:
> I would re-write your patch in a simpler way.
>
> We already have the following
>
> 136 #if defined __UCLIBC_HAS_LFS__ && ! defined __NR_getdents64
> 137 attribute_hidden strong_alias(__getdents,__getdents64)
> 138 #endif
>
> I think that it's simpler to move in the proper place this statement.

Thanks, indeed.  If we came into "#elif WORDSIZE == 32" block, above
condition never be true.  So we can just move this statement out of
"#if...#elif...#elif...#endif" block.  Here is a revised patch.


Patch is too large, so refusing to show it


More information about the uClibc-cvs mailing list