Merge "Fix a typo."
This commit is contained in:
commit
ee267053bc
1 changed files with 1 additions and 1 deletions
|
@ -59,4 +59,4 @@ int mkdir(const char *pathname, mode_t mode) lp32
|
||||||
|
|
||||||
# Not used by bionic in U because riscv64 doesn't have it, but still
|
# Not used by bionic in U because riscv64 doesn't have it, but still
|
||||||
# used by legacy apps (http://b/254179267).
|
# used by legacy apps (http://b/254179267).
|
||||||
int renameat(int, const char*, int, const char*) arm,x86,arm64,x86-64
|
int renameat(int, const char*, int, const char*) arm,x86,arm64,x86_64
|
||||||
|
|
Loading…
Reference in a new issue