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

Add definitions for symbols in unit test for prctl.

parent 930a6876
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,14 @@
#include <stdint.h>
#include <sys/prctl.h>
#ifndef PR_SCHED_CORE
# define PR_SCHED_CORE 62
#endif
#ifndef PR_SCHED_CORE_CREATE
# define PR_SCHED_CORE_CREATE 1
#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