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/runtime/string_functions.cpp
+++ b/runtime/string_functions.cpp
@@ -7,6 +7,10 @@
#include <clocale>
#include <sys/types.h>
+#ifdef __ANDROID__
+#include <sys/endian.h>
+#endif
+
#include "common/macos-ports.h"
#include "common/unicode/unicode-utils.h"