summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux/linux_sysent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/linux/linux_sysent.c')
-rw-r--r--sys/amd64/linux/linux_sysent.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/linux/linux_sysent.c b/sys/amd64/linux/linux_sysent.c
index 93e84c5..f8b7aed 100644
--- a/sys/amd64/linux/linux_sysent.c
+++ b/sys/amd64/linux/linux_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: stable/10/sys/amd64/linux/syscalls.master 293567 2016-01-09 17:13:43Z dchagin
+ * created from FreeBSD: stable/10/sys/amd64/linux/syscalls.master 293569 2016-01-09 17:18:03Z dchagin
*/
#include <sys/param.h>
@@ -331,4 +331,5 @@ struct sysent linux_sysent[] = {
{ 0, (sy_call_t *)linux_process_vm_writev, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 310 = linux_process_vm_writev */
{ 0, (sy_call_t *)linux_kcmp, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 311 = linux_kcmp */
{ 0, (sy_call_t *)linux_finit_module, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 312 = linux_finit_module */
+ { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0, 0, SY_THR_ABSENT }, /* 313 = nosys */
};
OpenPOWER on IntegriCloud