Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/tls-maxphys]: src/sys/rump/kern/lib/libsys_linux generate sysnumhdr so t...



details:   https://anonhg.NetBSD.org/src/rev/1ced3551ec61
branches:  tls-maxphys
changeset: 852969:1ced3551ec61
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Mar 07 19:08:55 2013 +0000

description:
generate sysnumhdr so that we get NSYSENT

diffstat:

 sys/rump/kern/lib/libsys_linux/syscalls.conf |  16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diffs (20 lines):

diff -r 36949a61fe98 -r 1ced3551ec61 sys/rump/kern/lib/libsys_linux/syscalls.conf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/kern/lib/libsys_linux/syscalls.conf      Thu Mar 07 19:08:55 2013 +0000
@@ -0,0 +1,16 @@
+#      $NetBSD: syscalls.conf,v 1.2.6.2 2013/03/07 19:08:55 pooka Exp $
+#
+
+sysnames="rump_linux_syscalls.c"
+sysnumhdr="rump_linux_syscall.h"
+syssw="rump_linux_sysent.c"
+sysarghdr="rump_linux_syscallargs.h"
+compatopts=""
+libcompatopts=""
+
+switchname="rump_linux_sysent"
+namesname="rump_linux_syscallnames"
+constprefix="RUMP_LINUX_SYS_"
+nsysent=512
+
+sys_nosys="linux_sys_nosys"



Home | Main Index | Thread Index | Old Index