Experimental remove epoll_pwait2 check (#586)

pull/588/head
Igor Zalatov 2022-12-07 18:41:18 +03:00 committed by GitHub
parent 9b703fa3db
commit cb8be7d288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -40,7 +40,7 @@ cli() { yaml-cli -i /etc/majestic.yaml $@; }
differ() { diff -rN "/rom$1" "$1"; }
[ -x /tmp/ipctool ] || ipctool() { [ -x /tmp/ipctool ] && /tmp/ipctool $@ || (curl -s -L -o /tmp/ipctool https://github.com/OpenIPC/ipctool/releases/download/latest/ipctool$ARC && \
chmod +x /tmp/ipctool && echo_c 35 "The ipctool installed as remote GitHub plugin" && /tmp/ipctool $@); }
chmod +x /tmp/ipctool && echo_c 35 "The ipctool installed as remote GitHub plugin\n\n" && /tmp/ipctool $@); }
majestic_changes() { diff -L "Majestic changes" -U 3 /rom/etc/majestic.yaml /etc/majestic.yaml; }

View File

@ -0,0 +1,10 @@
--- a/CMakeLists.txt 2022-10-22 23:24:40.000000000 +0300
+++ b/CMakeLists.txt 2022-12-07 13:41:29.700608817 +0300
@@ -518,7 +518,6 @@
select
epoll_create
epoll_create1
- epoll_pwait2
epoll_ctl
eventfd
poll