OSDN Git Service

Expose wait4 as wait4 rather than __wait4.
authorElliott Hughes <enh@google.com>
Thu, 21 Mar 2013 22:43:53 +0000 (15:43 -0700)
committerElliott Hughes <enh@google.com>
Thu, 21 Mar 2013 23:14:06 +0000 (16:14 -0700)
commit17a8b0db63d54e9d79bf11112ace0c4fe9606289
tree61b5f1d12776e4843e7ba70df5b20f97970be019
parent86c318497270c80a3791b4cd9835367653636377
Expose wait4 as wait4 rather than __wait4.

This helps strace(1) compile with one fewer hack.

Change-Id: I5296d0cfec5546709cda990abd705ad33d7c4626
libc/Android.mk
libc/SYSCALLS.TXT
libc/arch-arm/syscalls.mk
libc/arch-arm/syscalls/wait4.S [moved from libc/arch-arm/syscalls/__wait4.S with 91% similarity]
libc/arch-mips/syscalls.mk
libc/arch-mips/syscalls/wait4.S [moved from libc/arch-mips/syscalls/__wait4.S with 81% similarity]
libc/arch-x86/syscalls.mk
libc/arch-x86/syscalls/wait4.S [moved from libc/arch-x86/syscalls/__wait4.S with 95% similarity]
libc/bionic/wait.cpp [moved from libc/bionic/wait.c with 65% similarity]