mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 14:10:32 +00:00
11 lines
276 B
Diff
11 lines
276 B
Diff
--- a/include/tccdefs.h
|
|
+++ b/include/tccdefs.h
|
|
@@ -135,6 +135,7 @@
|
|
#define BIONIC_IOCTL_NO_SIGNEDNESS_OVERLOAD
|
|
#define __PRETTY_FUNCTION__ __FUNCTION__
|
|
#define __has_builtin(x) 0
|
|
+ #define __has_feature(x) 0
|
|
#define _Nonnull
|
|
#define _Nullable
|
|
|