commit | 31c984a5acabea5d8c7224dc226453022be46f33 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Jul 21 21:20:25 2010 -0400 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Jul 26 19:08:17 2010 +0100 |
tree | 100d662d09da6981d7fc83abfda1052449cd1de8 | |
parent | 98a0f86a54bb195c28ae1ccb5a5f5cda12cf7121 [diff] |
MIPS: N32: Define getdents64. 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>