chiark / gitweb /
b368d7d22aa7d8f5da9ac455e0eaca39caf33d92
[termux-packages] / packages / fish / env_universal_common.h.patch
1 diff -u -r ../fish-2.2.0/env_universal_common.h ./env_universal_common.h
2 --- ../fish-2.2.0/env_universal_common.h        2015-07-03 15:46:59.000000000 -0400
3 +++ ./src/env_universal_common.h        2015-07-25 17:52:47.555388223 -0400
4 @@ -123,8 +123,10 @@
5          // Default meta-strategy to use the 'best' notifier for the system
6          strategy_default,
7          
8 +#ifndef __ANDROID__
9          // Use a value in shared memory. Simple, but requires polling and therefore semi-frequent wakeups.
10          strategy_shmem_polling,
11 +#endif
12          
13          // Strategy that uses a named pipe. Somewhat complex, but portable and doesn't require polling most of the time.
14          strategy_named_pipe,