pick: Update from 1.2.1 to 1.3.0
[termux-packages] / packages / pick / src-compat.h.patch
1 diff -u -r ../pick-1.3.0/src/compat.h ./src/compat.h
2 --- ../pick-1.3.0/src/compat.h 2016-02-12 03:48:41.000000000 -0500
3 +++ ./src/compat.h 2016-02-17 22:47:09.825782253 -0500
4 @@ -10,7 +10,8 @@
5 #endif /* __FreeBSD__ */
6
7 #if defined(__linux__) || defined(__CYGWIN__)
8 -#ifdef __GNUC__
9 +#if defined(__GNUC__) || defined(__ANDROID__)
10 +#undef __dead
11 #define __dead __attribute__((__noreturn__))
12 #else
13 #define __dead