mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-19 08:42:16 +00:00
15 lines
255 B
Diff
15 lines
255 B
Diff
diff --git a/src/utmp.c b/src/utmp.c
|
|
index 5377864..a1eb013 100644
|
|
--- a/utmp.c
|
|
+++ b/utmp.c
|
|
@@ -41,6 +41,9 @@
|
|
#ifdef HAVE_UTEMPTER
|
|
#include <utempter.h>
|
|
#endif
|
|
+#ifdef __ANDROID__
|
|
+#define DEAD_PROCESS 8
|
|
+#endif
|
|
|
|
#include "misc.h"
|
|
#include "tty.h"
|