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:
Kevin Athey 2022-04-08 09:44:27 -07:00
parent 80ae366592
commit b401d2a43c
1 changed files with 4 additions and 0 deletions

View File

@ -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;