Merge "Revert "Remove workarounds for the llvm sanitizers."" am: 3d6c94f771
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2349743 Change-Id: I87611a3bc983085d89cc0992b08af27a54d071ad Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
d3cbf98797
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@ int tkill(int, int) all
|
||||||
# Needed for a CTS test of seccomp (b/34763393).
|
# Needed for a CTS test of seccomp (b/34763393).
|
||||||
int seccomp(unsigned, unsigned, void*) all
|
int seccomp(unsigned, unsigned, void*) all
|
||||||
|
|
||||||
|
# TODO: remove these now we've updated the toolchain (http://b/229989971).
|
||||||
|
int open(const char*, int, ...) arm,x86,x86_64
|
||||||
|
int stat64(const char*, stat64*) arm,x86
|
||||||
|
ssize_t readlink(const char*, char*, size_t) arm,x86,x86_64
|
||||||
|
int stat(const char*, stat*) arm,x86,x86_64
|
||||||
|
|
||||||
#
|
#
|
||||||
# (Potentially) useful new syscalls which we don't yet use in bionic.
|
# (Potentially) useful new syscalls which we don't yet use in bionic.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue