MIPS: N32: Define getdents64.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 22 Jul 2010 01:20:25 +0000 (21:20 -0400)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 26 Jul 2010 18:08:17 +0000 (19:08 +0100)
As a relativly new ABI N32 should only have received the getdents64(2) but
instead it only had getdents(2).  This was noticed as a performance anomaly
in glibc.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found