Remove workarounds for the llvm sanitizers.

We shouldn't need to poke these holes in seccomp now we're building the
sanitizers correctly.

Bug: http://b/229989971
Test: cuttlefish still boots with nothing untoward in the log
Change-Id: I2f9a050a86e670f000f44ad266ffdf404f3a1d1a
This commit is contained in:
Elliott Hughes 2022-12-02 22:20:22 +00:00
parent f9941705aa
commit fa0e022b06
1 changed files with 0 additions and 6 deletions

View File

@ -30,12 +30,6 @@ int tkill(int, int) all
# Needed for a CTS test of seccomp (b/34763393).
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.
#