Merge "arm64: remove unnecessary duplication of constants in vfork.S." am: edc06da0fe
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2256274 Change-Id: Ieb46b26553bf4c734ec2ea2bf0999323f21d1834 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
4dc9fb5e3c
1 changed files with 1 additions and 4 deletions
|
@ -29,10 +29,7 @@
|
|||
#include <platform/bionic/tls_defines.h>
|
||||
#include <private/bionic_asm.h>
|
||||
#include <asm/signal.h>
|
||||
|
||||
// Must match the defines in linux/sched.h
|
||||
#define CLONE_VM 0x00000100
|
||||
#define CLONE_VFORK 0x00004000
|
||||
#include <linux/sched.h>
|
||||
|
||||
ENTRY(vfork)
|
||||
__BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(vfork)
|
||||
|
|
Loading…
Reference in a new issue