Skip to content

Commit 6753c51

Browse files
committed
[lldb] Remove more workarounds for Android that have been fixed upstream
Issues that were fixed 10+ years ago with Bionic libc.
1 parent 6045146 commit 6753c51

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

lldb/source/Host/posix/ProcessLauncherPosixFork.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
#include <csignal>
2525
#include <sstream>
2626

27-
#ifdef __ANDROID__
28-
#define PT_TRACE_ME PTRACE_TRACEME
29-
#endif
30-
3127
#if defined(__linux__)
3228
#include <sys/personality.h>
3329
#endif

lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include "ObjectContainerBSDArchive.h"
1010

11-
#if defined(_WIN32) || defined(__ANDROID__) || defined(_AIX)
11+
#if defined(_WIN32) || defined(_AIX)
1212
// Defines from ar, missing on Windows
1313
#define SARMAG 8
1414
#define ARFMAG "`\n"

0 commit comments

Comments
 (0)