Add a pointer to the alternate syscall tables on 64 bit platforms.

This commit is contained in:
Peter Wemm 2002-10-09 22:04:09 +00:00
parent 5e1a977a48
commit 0d66d36f44

View File

@ -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]