Remove getdents from bionic.

Bug: 11156955
Change-Id: I6c306989801be552d85fba8a50dcdc79282fb9d2
This commit is contained in:
Elliott Hughes
2014-06-06 11:44:55 -07:00
parent c3bdc792be
commit 3d5cb30d23
12 changed files with 21 additions and 142 deletions

View File

@@ -2,7 +2,7 @@
#include <private/bionic_asm.h>
ENTRY(getdents)
ENTRY(__getdents64)
.set noreorder
.cpload t9
li v0, __NR_getdents64
@@ -16,4 +16,4 @@ ENTRY(getdents)
j t9
nop
.set reorder
END(getdents)
END(__getdents64)