summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-10-09 22:04:09 +0000
committerpeter <peter@FreeBSD.org>2002-10-09 22:04:09 +0000
commitc4c1331bc160d17e5cb334ab9bace955a22627ca (patch)
tree21df6914e32f0a335d3be8951e0a40a30f8617b3 /sys/kern/syscalls.master
parent7086bb5de15ce9c688a7be4a69907f27fb85c0a2 (diff)
downloadFreeBSD-src-c4c1331bc160d17e5cb334ab9bace955a22627ca.zip
FreeBSD-src-c4c1331bc160d17e5cb334ab9bace955a22627ca.tar.gz
Add a pointer to the alternate syscall tables on 64 bit platforms.
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 650dee6..0b2da4c 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -31,6 +31,10 @@
; compiled in sysent entry will be filled with lkmsys
; so the SYSCALL_MODULE macro works
++; Please copy any additions and changes to the following compatability tables:
++; sys/ia64/ia32/syscalls.master (take a best guess)
++; [other 64 bit platforms with an alternate 32 bit syscall table go here too]
+
; #ifdef's, etc. may be included, and are copied to the output files.
#include <sys/param.h>
@@ -595,3 +599,7 @@
void *data, size_t nbytes); }
414 STD BSD { int extattr_delete_link(const char *path, \
int attrnamespace, const char *attrname); }
+
+; Please copy any additions and changes to the following compatability tables:
+; sys/ia64/ia32/syscalls.master (take a best guess)
+; [other 64 bit platforms with an alternate 32 bit syscall table go here too]
OpenPOWER on IntegriCloud