mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Add comments on NOARGS, NODEF, and NOPROTO.
This commit is contained in:
parent
b1feec2392
commit
35c316caaf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181972
@ -31,6 +31,13 @@
|
|||||||
; NOSTD implemented but as a lkm that can be statically
|
; NOSTD implemented but as a lkm that can be statically
|
||||||
; compiled in; sysent entry will be filled with lkmsys
|
; compiled in; sysent entry will be filled with lkmsys
|
||||||
; so the SYSCALL_MODULE macro works
|
; so the SYSCALL_MODULE macro works
|
||||||
|
; NOARGS same as STD except do not create structure in sys/sysproto.h
|
||||||
|
; NODEF same as STD except only have the entry in the syscall table
|
||||||
|
; added. Meaning - do do not create structure or function
|
||||||
|
; prototype in sys/sysproto.h
|
||||||
|
; NOPROTO same as STD except do not create structure or
|
||||||
|
; function prototype in sys/sysproto.h. Does add a
|
||||||
|
; definition to syscall.h besides adding a sysent.
|
||||||
|
|
||||||
; #ifdef's, etc. may be included, and are copied to the output files.
|
; #ifdef's, etc. may be included, and are copied to the output files.
|
||||||
|
|
||||||
|
@ -30,6 +30,14 @@
|
|||||||
; NOSTD implemented but as a lkm that can be statically
|
; NOSTD implemented but as a lkm that can be statically
|
||||||
; compiled in; sysent entry will be filled with lkmsys
|
; compiled in; sysent entry will be filled with lkmsys
|
||||||
; so the SYSCALL_MODULE macro works
|
; so the SYSCALL_MODULE macro works
|
||||||
|
; NOARGS same as STD except do not create structure in sys/sysproto.h
|
||||||
|
; NODEF same as STD except only have the entry in the syscall table
|
||||||
|
; added. Meaning - do do not create structure or function
|
||||||
|
; prototype in sys/sysproto.h
|
||||||
|
; NOPROTO same as STD except do not create structure or
|
||||||
|
; function prototype in sys/sysproto.h. Does add a
|
||||||
|
; definition to syscall.h besides adding a sysent.
|
||||||
|
|
||||||
;
|
;
|
||||||
; Please copy any additions and changes to the following compatability tables:
|
; Please copy any additions and changes to the following compatability tables:
|
||||||
; sys/compat/freebsd32/syscalls.master
|
; sys/compat/freebsd32/syscalls.master
|
||||||
|
Loading…
Reference in New Issue
Block a user