[PATCH] use __getdents for __getdents64 if __NR_getdents64 not defined

Atsushi Nemoto anemo at mba.ocn.ne.jp
Tue Jul 4 16:32:03 UTC 2006


On Mon, 3 Jul 2006 13:02:41 -0600, Erik Andersen <andersen at codepoet.org> wrote:
> > Some archs (such as mips64) do not have getdents64 syscall but have
> > getdents syscall.  Define alias for it.
> 
> So are you doing a mips64 port?  If so, great!

Yes, it is working now.  Now I'm splitting my changes to small
patches.  This is a part of them.  I hope I can send others soon.

---
Atsushi Nemoto



More information about the uClibc mailing list