File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11blank_issues_enabled : false
22contact_links :
3- - name : Questions, Help and Discussions
3+ - name : Questions and Discussions
44 url : https://github.com/bytedance/android-inline-hook/discussions
5- about : Looking for help and discuss general questions .
5+ about : Looking for help. Discuss general issues .
Original file line number Diff line number Diff line change 2121
2222// Created by Kelun Cai ([email protected] ) on 2021-04-11. 2323
24+ #include <errno.h>
2425#include <jni.h>
2526#include <stdlib.h>
2627#include <unistd.h>
2728
28- #include "errno.h"
2929#include "sh_log.h"
3030#include "shadowhook.h"
3131
Original file line number Diff line number Diff line change 2525
2626#include <inttypes.h>
2727#include <malloc.h>
28+ #include <poll.h>
2829#include <pthread.h>
2930#include <stdbool.h>
3031#include <stdint.h>
3334#include <sys/eventfd.h>
3435#include <unistd.h>
3536
36- #include "poll.h"
3737#include "queue.h"
3838#include "sh_config.h"
3939#include "sh_errno.h"
You can’t perform that action at this time.
0 commit comments