Files
termux-packages/packages/lnav/src-piper_proc.cc.patch
termux-pacman-bot 0afcb9aa91 lnav: Bump to 0.11.1
2022-11-22 21:01:06 +00:00

16 lines
311 B
Diff

--- a/src/piper_proc.cc
+++ b/src/piper_proc.cc
@@ -41,6 +41,12 @@
#include <sys/wait.h>
#include <unistd.h>
+#if defined __ANDROID__ && __ANDROID_API__ < 26
+extern "C" {
+int futimes(int, const struct timeval[2]);
+}
+#endif
+
#include "base/fs_util.hh"
#include "base/lnav_log.hh"
#include "config.h"