Skip to content
Snippets Groups Projects
Commit b401d2a4 authored by Kevin Athey's avatar Kevin Athey
Browse files

Add one more definition for symbols in prctl unit test.

one more follow up to: https://reviews.llvm.org/D122851

Differential Revision: https://reviews.llvm.org/D123404
parent 80ae3665
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,10 @@
# define PR_SCHED_CORE_CREATE 1
#endif
#ifndef PR_SCHED_CORE_GET
# define PR_SCHED_CORE_GET 0
#endif
int main() {
int res;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment