1Description: Bring Clang's _Nonnull keyword to GCC 2Author: Kai-Chung Yan 3Forwarded: not-needed 4--- a/adb/sysdeps.h 5+++ b/adb/sysdeps.h 6@@ -40,11 +40,12 @@ 7 #include "sysdeps/network.h" 8 #include "sysdeps/stat.h" 9 10+#define _Nonnull 11+#define _Nullable 12+ 13 #ifdef _WIN32 14 15 // Clang-only nullability specifiers 16-#define _Nonnull 17-#define _Nullable 18 19 #include <ctype.h> 20 #include <direct.h> 21