summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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