* sysdeps/unix/make-syscalls.sh (ptr): Handle `V' keyletter.
This commit is contained in:
parent
46c3f8cdb4
commit
14e6871bb7
|
@ -24,7 +24,7 @@
|
|||
# V: byte-per-page vector (3rd arg to mincore)
|
||||
# W: wait status, optionally-NULL pointer to int (e.g., 2nd arg of wait4)
|
||||
|
||||
ptr='[abBfFINpPsSW]' # all pointer keyletters
|
||||
ptr='[abBfFINpPsSWV]' # all pointer keyletters
|
||||
int='[inv]' # all scalar keyletters
|
||||
typ='[ifnNpP]' # typed-arg keyletters: we capture type for use in thunk
|
||||
|
||||
|
|
Loading…
Reference in New Issue