termux-packages/ndk_patches_unified/syscall.h.patch
Fredrik Fornwall 88695dba79 Add start of unified headers transition
EXPERIMENTAL STATUS!

To try things out: Define TERMUX_UNIFIED_HEADERS=1 and build to
use the new unified headers.

This causes ndk_patches_unified/ to be used to patch the NDK header
files instead of ndk_patches/.
2017-06-18 20:57:16 +02:00

5 lines
227 B
Diff

--- /home/fornwall/lib/android-ndk/platforms/android-21/arch-arm/usr/include/syscall.h 2016-12-03 21:40:40.033159200 +0530
+++ ./usr/include/syscall.h 2016-12-03 19:52:16.226951188 +0530
@@ -0,0 +1 @@
+#include <sys/syscall.h>