forked from OSchip/llvm-project
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
This commit is contained in:
parent
80ae366592
commit
b401d2a43c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue