mirror of
https://github.com/termux/termux-packages.git
synced 2025-06-03 15:25:17 +00:00
12 lines
576 B
Diff
12 lines
576 B
Diff
--- a/base/process/set_process_title.cc
|
|
+++ b/base/process/set_process_title.cc
|
|
@@ -44,7 +44,7 @@
|
|
|
|
// TODO(jrg): Find out if setproctitle or equivalent is available on Android.
|
|
#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_APPLE) && !BUILDFLAG(IS_SOLARIS) && \
|
|
- !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_FUCHSIA) && !BUILDFLAG(IS_NACL)
|
|
+ !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_FUCHSIA) && !BUILDFLAG(IS_NACL) && !defined(__TERMUX__)
|
|
|
|
void SetProcessTitleFromCommandLine(const char** main_argv) {
|
|
// Build a single string which consists of all the arguments separated
|