summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r--sys/kern/syscalls.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index a404c51..3c563c9 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -555,4 +555,6 @@ const char *syscallnames[] = {
"ppoll", /* 545 = ppoll */
"futimens", /* 546 = futimens */
"utimensat", /* 547 = utimensat */
+ "numa_getaffinity", /* 548 = numa_getaffinity */
+ "numa_setaffinity", /* 549 = numa_setaffinity */
};
OpenPOWER on IntegriCloud