summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/syscalls.master
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2015-05-24 17:38:02 +0000
committerdchagin <dchagin@FreeBSD.org>2015-05-24 17:38:02 +0000
commit92d496261e1d2fb58bce6b9ebc9086936c90e8aa (patch)
tree923303a13962f7963f7243cd38bef3d0e198cfdf /sys/amd64/linux32/syscalls.master
parentdf01339e318f5ec0aab5a903310ae5fc3862f645 (diff)
downloadFreeBSD-src-92d496261e1d2fb58bce6b9ebc9086936c90e8aa.zip
FreeBSD-src-92d496261e1d2fb58bce6b9ebc9086936c90e8aa.tar.gz
Call nosys in case when the incorrect syscall number is specified.
Reported by: trinity
Diffstat (limited to 'sys/amd64/linux32/syscalls.master')
-rw-r--r--sys/amd64/linux32/syscalls.master2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/linux32/syscalls.master b/sys/amd64/linux32/syscalls.master
index 1e418ae..0dd1fb4 100644
--- a/sys/amd64/linux32/syscalls.master
+++ b/sys/amd64/linux32/syscalls.master
@@ -575,3 +575,5 @@
346 AUE_NULL STD { int linux_setns(void); }
347 AUE_NULL STD { int linux_process_vm_readv(void); }
348 AUE_NULL STD { int linux_process_vm_writev(void); }
+; please, keep this line at the end.
+349 AUE_NULL UNIMPL nosys
OpenPOWER on IntegriCloud