Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
robbietu authored Jul 25, 2024
2 parents 604ed97 + de8f890 commit cc76f46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README-zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ Copyright (c) 2018 - 2020 Netis.<br/>
## 联系方式
* 您可以给我们发邮件到[[email protected]](mailto:[email protected])
* 您也可以在[GitHub issues](https://github.com/Netis/cloud-probe/issues)直接报告问题和建议。
## issue模板
* 在您提出issue时,请按照相关模板 (issue_report_template.md)



Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,7 @@ The content of this repository bound by the following licenses:
## Contact info
* You can E-mail to [[email protected]](mailto:[email protected]).
* You can also report issues and suggestions via [GitHub issues](https://github.com/Netis/packet-agent/issues).
## Issue template
* if you have any issue to put forward, please follow the issue template (issue_report_template.md).

<br/>
2 changes: 1 addition & 1 deletion src/prio.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extern int sys_ioprio_get(int, int);
#elif defined(__ia64__)
#define __NR_ioprio_set 1274
#define __NR_ioprio_get 1275
#elif defined(__aarch64__)
#elif defined(__aarch64__) || defined(__arm64__)
#define __NR_ioprio_set 30
#define __NR_ioprio_get 31
#else
Expand Down

0 comments on commit cc76f46

Please sign in to comment.