Update repo

This commit is contained in:
termux-pacman-bot
2022-11-17 18:08:17 +00:00
parent 4f7413b90e
commit 56f483b2e7
24 changed files with 585 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
--- a/server/php-runner.cpp
+++ b/server/php-runner.cpp
@@ -14,6 +14,10 @@
#include <sys/time.h>
#include <unistd.h>
+#ifdef __ANDROID__
+#define valloc(size) memalign(sysconf(_SC_PAGESIZE),size)
+#endif
+
#include "common/fast-backtrace.h"
#include "common/kernel-version.h"
#include "common/kprintf.h"